comparison 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
comparison
equal deleted inserted replaced
350:d28aa69f0959 351:fab5f738c515
959 "Enable/disable lazy opening of boot class path entries") \ 959 "Enable/disable lazy opening of boot class path entries") \
960 \ 960 \
961 diagnostic(bool, UseIncDec, true, \ 961 diagnostic(bool, UseIncDec, true, \
962 "Use INC, DEC instructions on x86") \ 962 "Use INC, DEC instructions on x86") \
963 \ 963 \
964 product(bool, UseNewLongLShift, false, \
965 "Use optimized bitwise shift left") \
966 \
964 product(bool, UseStoreImmI16, true, \ 967 product(bool, UseStoreImmI16, true, \
965 "Use store immediate 16-bits value instruction on x86") \ 968 "Use store immediate 16-bits value instruction on x86") \
966 \ 969 \
967 product(bool, UseAddressNop, false, \ 970 product(bool, UseAddressNop, false, \
968 "Use '0F 1F [addr]' NOP instructions on x86 cpus") \ 971 "Use '0F 1F [addr]' NOP instructions on x86 cpus") \