diff src/share/vm/runtime/globals.hpp @ 351:fab5f738c515

Merge
author ysr
date Tue, 01 Jul 2008 11:59:44 -0700
parents d28aa69f0959 ab65a4c9b2e8
children 1ee8caae33af
line wrap: on
line diff
--- a/src/share/vm/runtime/globals.hpp	Mon Jun 30 17:04:59 2008 -0700
+++ b/src/share/vm/runtime/globals.hpp	Tue Jul 01 11:59:44 2008 -0700
@@ -961,6 +961,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")           \
                                                                             \