comparison src/share/vm/runtime/globals.hpp @ 2204:63d374c54045

7014918: Improve core/minidump handling in Hotspot Summary: Added Minidump support on Windows, enabled large page core dumps when coredump_filter is present and writing out path/rlimit for core dumps. Reviewed-by: poonam, dsamersoff, sla, coleenp
author ctornqvi
date Wed, 09 Feb 2011 11:08:10 +0100
parents d8a72fbc4be7
children e9aa2ca89ad6 6e70f1bb7f6f 850b2295a494
comparison
equal deleted inserted replaced
2203:5197f3d713a1 2204:63d374c54045
1 /* 1 /*
2 * Copyright (c) 1997, 2010, Oracle and/or its affiliates. All rights reserved. 2 * Copyright (c) 1997, 2011, Oracle and/or its affiliates. All rights reserved.
3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. 3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4 * 4 *
5 * This code is free software; you can redistribute it and/or modify it 5 * This code is free software; you can redistribute it and/or modify it
6 * under the terms of the GNU General Public License version 2 only, as 6 * under the terms of the GNU General Public License version 2 only, as
7 * published by the Free Software Foundation. 7 * published by the Free Software Foundation.
788 "Prints much more debugging information") \ 788 "Prints much more debugging information") \
789 \ 789 \
790 product(bool, ShowMessageBoxOnError, false, \ 790 product(bool, ShowMessageBoxOnError, false, \
791 "Keep process alive on VM fatal error") \ 791 "Keep process alive on VM fatal error") \
792 \ 792 \
793 product(bool, CreateMinidumpOnCrash, false, \
794 "Create minidump on VM fatal error") \
795 \
793 product_pd(bool, UseOSErrorReporting, \ 796 product_pd(bool, UseOSErrorReporting, \
794 "Let VM fatal error propagate to the OS (ie. WER on Windows)") \ 797 "Let VM fatal error propagate to the OS (ie. WER on Windows)") \
795 \ 798 \
796 product(bool, SuppressFatalErrorMessage, false, \ 799 product(bool, SuppressFatalErrorMessage, false, \
797 "Do NO Fatal Error report [Avoid deadlock]") \ 800 "Do NO Fatal Error report [Avoid deadlock]") \