This commit is contained in:
Igor Veresov 2008-05-04 03:29:31 -07:00
commit 035662396c
27 changed files with 425 additions and 153 deletions

View file

@ -1928,6 +1928,10 @@ class CommandLineFlags {
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, \