comparison src/share/vm/runtime/globals.hpp @ 885:7f807f55161a

Merge
author ysr
date Fri, 31 Jul 2009 10:41:29 -0700
parents 27f6a9b9c311 16c930df1e9b
children bd2b1f617a4e
comparison
equal deleted inserted replaced
884:83b687ce3090 885:7f807f55161a
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") \