diff src/share/vm/runtime/globals.hpp @ 142:8bd1e4487c18

Merge
author iveresov
date Sun, 04 May 2008 03:29:31 -0700
parents 60b728ec77c1 3febac328d82
children c436414a719e 37f87013dfd8
line wrap: on
line diff
--- a/src/share/vm/runtime/globals.hpp	Fri May 02 08:22:11 2008 -0700
+++ b/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,                          \