hotspot/src/share/vm/runtime/globals.hpp
changeset 781 e1baa9c8f16f
parent 670 ddf3e9583f2f
parent 765 e0692d3d8863
child 977 b90650e2a9f7
--- a/hotspot/src/share/vm/runtime/globals.hpp	Thu Jul 03 11:01:32 2008 -0700
+++ b/hotspot/src/share/vm/runtime/globals.hpp	Fri Jul 11 01:14:44 2008 -0700
@@ -946,6 +946,9 @@
   diagnostic(bool, UseIncDec, true,                                         \
           "Use INC, DEC instructions on x86")                               \
                                                                             \
+  product(bool, UseNewLongLShift, false,                                    \
+          "Use optimized bitwise shift left")                               \
+                                                                            \
   product(bool, UseStoreImmI16, true,                                       \
           "Use store immediate 16-bits value instruction on x86")           \
                                                                             \