hotspot/src/share/vm/runtime/globals.hpp
changeset 590 2954744d7bba
parent 389 a44227868a4a
child 595 a2be4c89de81
--- a/hotspot/src/share/vm/runtime/globals.hpp	Wed May 21 10:45:07 2008 -0700
+++ b/hotspot/src/share/vm/runtime/globals.hpp	Wed May 21 13:46:23 2008 -0700
@@ -291,6 +291,9 @@
             "Use 32-bit object references in 64-bit VM. "                   \
             "lp64_product means flag is always constant in 32 bit VM")      \
                                                                             \
+  lp64_product(bool, CheckCompressedOops, trueInDebug,                      \
+            "generate checks in encoding/decoding code")                    \
+                                                                            \
   /* 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) */                                         \