comparison src/share/vm/runtime/globals.hpp @ 2125:7246a374a9f2

6458402: 3 jvmti tests fail with CMS and +ExplicitGCInvokesConcurrent Summary: Make JvmtiGCMark safe to run non-safepoint and instrument CMS Reviewed-by: ysr, dcubed
author kamg
date Mon, 10 Jan 2011 17:14:53 -0500
parents f0ef5f5a460f
children 3582bf76420e
comparison
equal deleted inserted replaced
2124:e31d8c656c5b 2125:7246a374a9f2
1196 "Trace JVM calls") \ 1196 "Trace JVM calls") \
1197 \ 1197 \
1198 product(ccstr, TraceJVMTI, NULL, \ 1198 product(ccstr, TraceJVMTI, NULL, \
1199 "Trace flags for JVMTI functions and events") \ 1199 "Trace flags for JVMTI functions and events") \
1200 \ 1200 \
1201 product(bool, ForceFullGCJVMTIEpilogues, false, \
1202 "Force 'Full GC' was done semantics for JVMTI GC epilogues") \
1203 \
1204 /* This option can change an EMCP method into an obsolete method. */ \ 1201 /* This option can change an EMCP method into an obsolete method. */ \
1205 /* This can affect tests that except specific methods to be EMCP. */ \ 1202 /* This can affect tests that except specific methods to be EMCP. */ \
1206 /* This option should be used with caution. */ \ 1203 /* This option should be used with caution. */ \
1207 product(bool, StressLdcRewrite, false, \ 1204 product(bool, StressLdcRewrite, false, \
1208 "Force ldc -> ldc_w rewrite during RedefineClasses") \ 1205 "Force ldc -> ldc_w rewrite during RedefineClasses") \