comparison 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
comparison
equal deleted inserted replaced
95:d05ebaf00ed0 139:c0492d52d55b
1917 "Trace parallel old gc dense prefix computation") \ 1917 "Trace parallel old gc dense prefix computation") \
1918 \ 1918 \
1919 develop(bool, IgnoreLibthreadGPFault, false, \ 1919 develop(bool, IgnoreLibthreadGPFault, false, \
1920 "Suppress workaround for libthread GP fault") \ 1920 "Suppress workaround for libthread GP fault") \
1921 \ 1921 \
1922 product(bool, PrintJNIGCStalls, false, \
1923 "Print diagnostic message when GC is stalled" \
1924 "by JNI critical section") \
1925 \
1922 /* JVMTI heap profiling */ \ 1926 /* JVMTI heap profiling */ \
1923 \ 1927 \
1924 diagnostic(bool, TraceJVMTIObjectTagging, false, \ 1928 diagnostic(bool, TraceJVMTIObjectTagging, false, \
1925 "Trace JVMTI object tagging calls") \ 1929 "Trace JVMTI object tagging calls") \
1926 \ 1930 \