hotspot/src/share/vm/runtime/globals.hpp
changeset 1395 145f3dce244e
parent 1389 854d473cbd9c
parent 1129 ec4dfac10759
child 1404 4a969f79e3e6
child 1406 e5e2b519fc11
--- a/hotspot/src/share/vm/runtime/globals.hpp	Wed Sep 17 16:49:18 2008 +0400
+++ b/hotspot/src/share/vm/runtime/globals.hpp	Wed Sep 17 19:59:35 2008 +0400
@@ -306,6 +306,9 @@
   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) */                                         \