comparison 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
comparison
equal deleted inserted replaced
138:bcdc68eb7e1f 142:8bd1e4487c18
1926 "Trace parallel old gc dense prefix computation") \ 1926 "Trace parallel old gc dense prefix computation") \
1927 \ 1927 \
1928 develop(bool, IgnoreLibthreadGPFault, false, \ 1928 develop(bool, IgnoreLibthreadGPFault, false, \
1929 "Suppress workaround for libthread GP fault") \ 1929 "Suppress workaround for libthread GP fault") \
1930 \ 1930 \
1931 product(bool, PrintJNIGCStalls, false, \
1932 "Print diagnostic message when GC is stalled" \
1933 "by JNI critical section") \
1934 \
1931 /* JVMTI heap profiling */ \ 1935 /* JVMTI heap profiling */ \
1932 \ 1936 \
1933 diagnostic(bool, TraceJVMTIObjectTagging, false, \ 1937 diagnostic(bool, TraceJVMTIObjectTagging, false, \
1934 "Trace JVMTI object tagging calls") \ 1938 "Trace JVMTI object tagging calls") \
1935 \ 1939 \