src/share/vm/runtime/globals.hpp

changeset 2445
7246a374a9f2
parent 2338
f0ef5f5a460f
child 2497
3582bf76420e
equal deleted inserted replaced
2444:e31d8c656c5b 2445: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") \

mercurial