src/share/vm/runtime/globals.hpp

changeset 760
93befa083681
parent 735
bfcb639d5bca
child 798
032ddb9432ad
child 805
885fe0f95828
equal deleted inserted replaced
759:23c6240101a0 760:93befa083681
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, \ 294 lp64_product(bool, CheckCompressedOops, trueInDebug, \
295 "generate checks in encoding/decoding code") \ 295 "generate checks in encoding/decoding code") \
296 \ 296 \
297 product(bool, UseImplicitNullCheckForNarrowOop, true, \
298 "generate implicit null check in indexed addressing mode.") \
299 \
297 /* UseMembar is theoretically a temp flag used for memory barrier \ 300 /* UseMembar is theoretically a temp flag used for memory barrier \
298 * removal testing. It was supposed to be removed before FCS but has \ 301 * removal testing. It was supposed to be removed before FCS but has \
299 * been re-added (see 6401008) */ \ 302 * been re-added (see 6401008) */ \
300 product(bool, UseMembar, false, \ 303 product(bool, UseMembar, false, \
301 "(Unstable) Issues membars on thread state transitions") \ 304 "(Unstable) Issues membars on thread state transitions") \

mercurial