comparison src/share/vm/runtime/globals.hpp @ 1579:e9ff18c4ace7

Merge
author jrose
date Wed, 02 Jun 2010 22:45:42 -0700
parents c18cbe5936b8 1eb493f33423
children 3a9de63b2209
comparison
equal deleted inserted replaced
1562:dfe27f03244a 1579:e9ff18c4ace7
319 "OS specific low limit for heap base address") \ 319 "OS specific low limit for heap base address") \
320 \ 320 \
321 diagnostic(bool, PrintCompressedOopsMode, false, \ 321 diagnostic(bool, PrintCompressedOopsMode, false, \
322 "Print compressed oops base address and encoding mode") \ 322 "Print compressed oops base address and encoding mode") \
323 \ 323 \
324 lp64_product(intx, ObjectAlignmentInBytes, 8, \
325 "Default object alignment in bytes, 8 is minimum") \
326 \
324 /* UseMembar is theoretically a temp flag used for memory barrier \ 327 /* UseMembar is theoretically a temp flag used for memory barrier \
325 * removal testing. It was supposed to be removed before FCS but has \ 328 * removal testing. It was supposed to be removed before FCS but has \
326 * been re-added (see 6401008) */ \ 329 * been re-added (see 6401008) */ \
327 product(bool, UseMembar, false, \ 330 product(bool, UseMembar, false, \
328 "(Unstable) Issues membars on thread state transitions") \ 331 "(Unstable) Issues membars on thread state transitions") \
1114 product(bool, StressLdcRewrite, false, \ 1117 product(bool, StressLdcRewrite, false, \
1115 "Force ldc -> ldc_w rewrite during RedefineClasses") \ 1118 "Force ldc -> ldc_w rewrite during RedefineClasses") \
1116 \ 1119 \
1117 product(intx, TraceRedefineClasses, 0, \ 1120 product(intx, TraceRedefineClasses, 0, \
1118 "Trace level for JVMTI RedefineClasses") \ 1121 "Trace level for JVMTI RedefineClasses") \
1122 \
1123 develop(bool, StressMethodComparator, false, \
1124 "run the MethodComparator on all loaded methods") \
1119 \ 1125 \
1120 /* change to false by default sometime after Mustang */ \ 1126 /* change to false by default sometime after Mustang */ \
1121 product(bool, VerifyMergedCPBytecodes, true, \ 1127 product(bool, VerifyMergedCPBytecodes, true, \
1122 "Verify bytecodes after RedefineClasses constant pool merging") \ 1128 "Verify bytecodes after RedefineClasses constant pool merging") \
1123 \ 1129 \