hotspot/src/share/vm/runtime/globals.hpp
changeset 389 a44227868a4a
parent 379 10767ca40189
parent 387 6b17ecb32336
child 590 2954744d7bba
child 1374 4c24294029a9
--- a/hotspot/src/share/vm/runtime/globals.hpp	Fri May 02 08:22:11 2008 -0700
+++ b/hotspot/src/share/vm/runtime/globals.hpp	Sun May 04 03:29:31 2008 -0700
@@ -1928,6 +1928,10 @@
   develop(bool, IgnoreLibthreadGPFault, false,                              \
           "Suppress workaround for libthread GP fault")                     \
                                                                             \
+  product(bool, PrintJNIGCStalls, false,                                    \
+          "Print diagnostic message when GC is stalled"                     \
+          "by JNI critical section")                                        \
+                                                                            \
   /* JVMTI heap profiling */                                                \
                                                                             \
   diagnostic(bool, TraceJVMTIObjectTagging, false,                          \