hotspot/src/share/vm/runtime/globals.hpp
changeset 4489 514173c9a0c2
parent 4434 4b41e5b42f81
child 4579 62478db2dc78
child 4575 7458d5831c21
--- a/hotspot/src/share/vm/runtime/globals.hpp	Wed Dec 02 20:32:27 2009 -0500
+++ b/hotspot/src/share/vm/runtime/globals.hpp	Fri Dec 11 11:09:49 2009 -0800
@@ -2554,6 +2554,9 @@
           "Include miscellaneous runtime verifications in nmethod code; "   \
           "default off because it disturbs nmethod size heuristics")        \
                                                                             \
+  notproduct(bool, CrashGCForDumpingJavaThread, false,                      \
+          "Manually make GC thread crash then dump java stack trace;  "     \
+          "Test only")                                                      \
                                                                             \
   /* compilation */                                                         \
   product(bool, UseCompiler, true,                                          \