comparison src/share/vm/runtime/globals.hpp @ 235:9c2ecc2ffb12 jdk7-b31

Merge
author trims
date Fri, 11 Jul 2008 01:14:44 -0700
parents d1605aabd0a1 ab65a4c9b2e8
children 850fdf70db2b
comparison
equal deleted inserted replaced
197:de141433919f 235:9c2ecc2ffb12
944 "Enable/disable lazy opening of boot class path entries") \ 944 "Enable/disable lazy opening of boot class path entries") \
945 \ 945 \
946 diagnostic(bool, UseIncDec, true, \ 946 diagnostic(bool, UseIncDec, true, \
947 "Use INC, DEC instructions on x86") \ 947 "Use INC, DEC instructions on x86") \
948 \ 948 \
949 product(bool, UseNewLongLShift, false, \
950 "Use optimized bitwise shift left") \
951 \
949 product(bool, UseStoreImmI16, true, \ 952 product(bool, UseStoreImmI16, true, \
950 "Use store immediate 16-bits value instruction on x86") \ 953 "Use store immediate 16-bits value instruction on x86") \
951 \ 954 \
952 product(bool, UseAddressNop, false, \ 955 product(bool, UseAddressNop, false, \
953 "Use '0F 1F [addr]' NOP instructions on x86 cpus") \ 956 "Use '0F 1F [addr]' NOP instructions on x86 cpus") \