comparison src/share/vm/runtime/globals.hpp @ 344:6aae2f9d0294

Merge
author ysr
date Thu, 12 Jun 2008 13:50:55 -0700
parents 37f87013dfd8 510f98a80563
children 69fefd031e6c
comparison
equal deleted inserted replaced
342:37f87013dfd8 344:6aae2f9d0294
289 \ 289 \
290 lp64_product(bool, UseCompressedOops, false, \ 290 lp64_product(bool, UseCompressedOops, false, \
291 "Use 32-bit object references in 64-bit VM. " \ 291 "Use 32-bit object references in 64-bit VM. " \
292 "lp64_product means flag is always constant in 32 bit VM") \ 292 "lp64_product means flag is always constant in 32 bit VM") \
293 \ 293 \
294 lp64_product(bool, CheckCompressedOops, trueInDebug, \
295 "generate checks in encoding/decoding code") \
296 \
294 /* UseMembar is theoretically a temp flag used for memory barrier \ 297 /* UseMembar is theoretically a temp flag used for memory barrier \
295 * removal testing. It was supposed to be removed before FCS but has \ 298 * removal testing. It was supposed to be removed before FCS but has \
296 * been re-added (see 6401008) */ \ 299 * been re-added (see 6401008) */ \
297 product(bool, UseMembar, false, \ 300 product(bool, UseMembar, false, \
298 "(Unstable) Issues membars on thread state transitions") \ 301 "(Unstable) Issues membars on thread state transitions") \
454 develop(bool, SpecialStringCompareTo, true, \ 457 develop(bool, SpecialStringCompareTo, true, \
455 "special version of string compareTo") \ 458 "special version of string compareTo") \
456 \ 459 \
457 develop(bool, SpecialStringIndexOf, true, \ 460 develop(bool, SpecialStringIndexOf, true, \
458 "special version of string indexOf") \ 461 "special version of string indexOf") \
462 \
463 product(bool, SpecialArraysEquals, false, \
464 "special version of Arrays.equals(char[],char[])") \
459 \ 465 \
460 develop(bool, TraceCallFixup, false, \ 466 develop(bool, TraceCallFixup, false, \
461 "traces all call fixups") \ 467 "traces all call fixups") \
462 \ 468 \
463 develop(bool, DeoptimizeALot, false, \ 469 develop(bool, DeoptimizeALot, false, \