src/share/vm/runtime/globals.hpp

changeset 574
c0492d52d55b
parent 530
d05ebaf00ed0
child 575
3febac328d82
     1.1 --- a/src/share/vm/runtime/globals.hpp	Thu Mar 27 17:22:06 2008 -0700
     1.2 +++ b/src/share/vm/runtime/globals.hpp	Tue Apr 01 15:13:47 2008 +0400
     1.3 @@ -1919,6 +1919,10 @@
     1.4    develop(bool, IgnoreLibthreadGPFault, false,                              \
     1.5            "Suppress workaround for libthread GP fault")                     \
     1.6                                                                              \
     1.7 +  product(bool, PrintJNIGCStalls, false,                                    \
     1.8 +          "Print diagnostic message when GC is stalled"                     \
     1.9 +          "by JNI critical section")                                        \
    1.10 +                                                                            \
    1.11    /* JVMTI heap profiling */                                                \
    1.12                                                                              \
    1.13    diagnostic(bool, TraceJVMTIObjectTagging, false,                          \

mercurial