src/share/vm/runtime/globals.hpp

changeset 599
c436414a719e
parent 577
8bd1e4487c18
child 604
9148c65abefc
     1.1 --- a/src/share/vm/runtime/globals.hpp	Wed May 21 10:45:07 2008 -0700
     1.2 +++ b/src/share/vm/runtime/globals.hpp	Wed May 21 13:46:23 2008 -0700
     1.3 @@ -291,6 +291,9 @@
     1.4              "Use 32-bit object references in 64-bit VM. "                   \
     1.5              "lp64_product means flag is always constant in 32 bit VM")      \
     1.6                                                                              \
     1.7 +  lp64_product(bool, CheckCompressedOops, trueInDebug,                      \
     1.8 +            "generate checks in encoding/decoding code")                    \
     1.9 +                                                                            \
    1.10    /* UseMembar is theoretically a temp flag used for memory barrier         \
    1.11     * removal testing.  It was supposed to be removed before FCS but has     \
    1.12     * been re-added (see 6401008) */                                         \

mercurial