src/share/vm/runtime/globals.hpp

changeset 1316
16c930df1e9b
parent 1273
0316eac49d5a
parent 1315
2b4230d1e589
child 1320
7f807f55161a
equal deleted inserted replaced
1314:494244ae0171 1316:16c930df1e9b
1080 "Trace JVM calls") \ 1080 "Trace JVM calls") \
1081 \ 1081 \
1082 product(ccstr, TraceJVMTI, NULL, \ 1082 product(ccstr, TraceJVMTI, NULL, \
1083 "Trace flags for JVMTI functions and events") \ 1083 "Trace flags for JVMTI functions and events") \
1084 \ 1084 \
1085 product(bool, ForceFullGCJVMTIEpilogues, false, \
1086 "Force 'Full GC' was done semantics for JVMTI GC epilogues") \
1087 \
1085 /* This option can change an EMCP method into an obsolete method. */ \ 1088 /* This option can change an EMCP method into an obsolete method. */ \
1086 /* This can affect tests that except specific methods to be EMCP. */ \ 1089 /* This can affect tests that except specific methods to be EMCP. */ \
1087 /* This option should be used with caution. */ \ 1090 /* This option should be used with caution. */ \
1088 product(bool, StressLdcRewrite, false, \ 1091 product(bool, StressLdcRewrite, false, \
1089 "Force ldc -> ldc_w rewrite during RedefineClasses") \ 1092 "Force ldc -> ldc_w rewrite during RedefineClasses") \

mercurial