diff src/share/vm/runtime/globals.hpp @ 139:c0492d52d55b

6539517: CR 6186200 should be extended to perm gen allocation to prevent spurious OOM's from perm gen Reviewed-by: ysr, jmasa
author apetrusenko
date Tue, 01 Apr 2008 15:13:47 +0400
parents d05ebaf00ed0
children 3febac328d82
line wrap: on
line diff
--- a/src/share/vm/runtime/globals.hpp	Thu Mar 27 17:22:06 2008 -0700
+++ b/src/share/vm/runtime/globals.hpp	Tue Apr 01 15:13:47 2008 +0400
@@ -1919,6 +1919,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,                          \