This commit is contained in:
Andrey Petrusenko 2008-09-17 19:59:35 +04:00
commit 1d67e1d25c
10 changed files with 171 additions and 184 deletions

View file

@ -306,6 +306,9 @@ class CommandLineFlags {
lp64_product(bool, CheckCompressedOops, trueInDebug, \
"generate checks in encoding/decoding code") \
\
product(bool, UseImplicitNullCheckForNarrowOop, true, \
"generate implicit null check in indexed addressing mode.") \
\
/* UseMembar is theoretically a temp flag used for memory barrier \
* removal testing. It was supposed to be removed before FCS but has \
* been re-added (see 6401008) */ \