src/share/vm/runtime/globals.hpp

changeset 654
ab65a4c9b2e8
parent 627
6d13fcb3663f
child 670
9c2ecc2ffb12
child 698
12eea04c8b06
child 786
fab5f738c515
     1.1 --- a/src/share/vm/runtime/globals.hpp	Sat Jun 21 10:03:31 2008 -0700
     1.2 +++ b/src/share/vm/runtime/globals.hpp	Mon Jun 23 14:11:12 2008 -0700
     1.3 @@ -946,6 +946,9 @@
     1.4    diagnostic(bool, UseIncDec, true,                                         \
     1.5            "Use INC, DEC instructions on x86")                               \
     1.6                                                                              \
     1.7 +  product(bool, UseNewLongLShift, false,                                    \
     1.8 +          "Use optimized bitwise shift left")                               \
     1.9 +                                                                            \
    1.10    product(bool, UseStoreImmI16, true,                                       \
    1.11            "Use store immediate 16-bits value instruction on x86")           \
    1.12                                                                              \

mercurial