diff -r fa3de4068282 -r 3a216aa862b7 hotspot/src/share/vm/runtime/globals.hpp --- a/hotspot/src/share/vm/runtime/globals.hpp Mon Jun 30 17:04:59 2008 -0700 +++ b/hotspot/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") \ \