--- old/src/share/vm/runtime/globals.hpp Fri Jun 20 15:53:27 2008 +++ new/src/share/vm/runtime/globals.hpp Fri Jun 20 15:53:27 2008 @@ -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") \ \