src/share/vm/runtime/globals.hpp

changeset 1554
547f81740344
parent 1499
473cce303f13
child 1581
504830073409
child 1585
f62a22282a47
     1.1 --- a/src/share/vm/runtime/globals.hpp	Wed Dec 02 20:32:27 2009 -0500
     1.2 +++ b/src/share/vm/runtime/globals.hpp	Fri Dec 11 11:09:49 2009 -0800
     1.3 @@ -2554,6 +2554,9 @@
     1.4            "Include miscellaneous runtime verifications in nmethod code; "   \
     1.5            "default off because it disturbs nmethod size heuristics")        \
     1.6                                                                              \
     1.7 +  notproduct(bool, CrashGCForDumpingJavaThread, false,                      \
     1.8 +          "Manually make GC thread crash then dump java stack trace;  "     \
     1.9 +          "Test only")                                                      \
    1.10                                                                              \
    1.11    /* compilation */                                                         \
    1.12    product(bool, UseCompiler, true,                                          \

mercurial