comparison src/share/vm/runtime/globals.hpp @ 647:bd441136a5ce

Merge
author kvn
date Thu, 19 Mar 2009 09:13:24 -0700
parents 7bb995fbd3c0 c771b7f43bbf
children f6da6f0174ac cea947c8a988
comparison
equal deleted inserted replaced
640:ba50942c8138 647:bd441136a5ce
301 \ 301 \
302 lp64_product(bool, UseCompressedOops, false, \ 302 lp64_product(bool, UseCompressedOops, false, \
303 "Use 32-bit object references in 64-bit VM. " \ 303 "Use 32-bit object references in 64-bit VM. " \
304 "lp64_product means flag is always constant in 32 bit VM") \ 304 "lp64_product means flag is always constant in 32 bit VM") \
305 \ 305 \
306 lp64_product(bool, CheckCompressedOops, trueInDebug, \ 306 notproduct(bool, CheckCompressedOops, true, \
307 "generate checks in encoding/decoding code") \ 307 "generate checks in encoding/decoding code in debug VM") \
308 \ 308 \
309 product(bool, UseImplicitNullCheckForNarrowOop, true, \ 309 product_pd(uintx, HeapBaseMinAddress, \
310 "generate implicit null check in indexed addressing mode.") \ 310 "OS specific low limit for heap base address") \
311 \
312 diagnostic(bool, PrintCompressedOopsMode, false, \
313 "Print compressed oops base address and encoding mode") \
311 \ 314 \
312 /* UseMembar is theoretically a temp flag used for memory barrier \ 315 /* UseMembar is theoretically a temp flag used for memory barrier \
313 * removal testing. It was supposed to be removed before FCS but has \ 316 * removal testing. It was supposed to be removed before FCS but has \
314 * been re-added (see 6401008) */ \ 317 * been re-added (see 6401008) */ \
315 product(bool, UseMembar, false, \ 318 product(bool, UseMembar, false, \
2166 diagnostic(bool, PrintInlining, false, \ 2169 diagnostic(bool, PrintInlining, false, \
2167 "prints inlining optimizations") \ 2170 "prints inlining optimizations") \
2168 \ 2171 \
2169 diagnostic(bool, PrintIntrinsics, false, \ 2172 diagnostic(bool, PrintIntrinsics, false, \
2170 "prints attempted and successful inlining of intrinsics") \ 2173 "prints attempted and successful inlining of intrinsics") \
2174 \
2175 product(bool, UsePopCountInstruction, false, \
2176 "Use population count instruction") \
2171 \ 2177 \
2172 diagnostic(ccstrlist, DisableIntrinsic, "", \ 2178 diagnostic(ccstrlist, DisableIntrinsic, "", \
2173 "do not expand intrinsics whose (internal) names appear here") \ 2179 "do not expand intrinsics whose (internal) names appear here") \
2174 \ 2180 \
2175 develop(bool, StressReflectiveCode, false, \ 2181 develop(bool, StressReflectiveCode, false, \