comparison src/share/vm/c1/c1_globals.hpp @ 360:5d254928c888

Merge
author ysr
date Wed, 27 Aug 2008 11:20:46 -0700
parents 37f87013dfd8
children b4776199210f
comparison
equal deleted inserted replaced
341:d60e4e6d7f72 360:5d254928c888
211 "Use fast inlined object array allocation") \ 211 "Use fast inlined object array allocation") \
212 \ 212 \
213 develop(bool, UseFastLocking, true, \ 213 develop(bool, UseFastLocking, true, \
214 "Use fast inlined locking code") \ 214 "Use fast inlined locking code") \
215 \ 215 \
216 product(bool, FastTLABRefill, true, \
217 "Use fast TLAB refill code") \
218 \
219 develop(bool, UseSlowPath, false, \ 216 develop(bool, UseSlowPath, false, \
220 "For debugging: test slow cases by always using them") \ 217 "For debugging: test slow cases by always using them") \
221 \ 218 \
222 develop(bool, GenerateArrayStoreCheck, true, \ 219 develop(bool, GenerateArrayStoreCheck, true, \
223 "Generates code for array store checks") \ 220 "Generates code for array store checks") \