comparison src/share/vm/c1/c1_globals.hpp @ 362:f8199438385b

Merge
author apetrusenko
date Wed, 17 Sep 2008 16:49:18 +0400
parents 37f87013dfd8
children b4776199210f
comparison
equal deleted inserted replaced
316:5fa96a5a7e76 362:f8199438385b
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") \