comparison src/share/vm/c1/c1_globals.hpp @ 4140:716a2c5c0656

Further reduce diff to HotSpot.
author Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
date Sun, 18 Dec 2011 01:01:34 +0100
parents 04b9a2566eec
children 723df37192d6
comparison
equal deleted inserted replaced
4139:feb590a8497f 4140:716a2c5c0656
244 "Use fast inlined type array allocation") \ 244 "Use fast inlined type array allocation") \
245 \ 245 \
246 develop(bool, UseFastNewObjectArray, true, \ 246 develop(bool, UseFastNewObjectArray, true, \
247 "Use fast inlined object array allocation") \ 247 "Use fast inlined object array allocation") \
248 \ 248 \
249 product(bool, UseFastLocking, true, \ 249 develop(bool, UseFastLocking, true, \
250 "Use fast inlined locking code") \ 250 "Use fast inlined locking code") \
251 \ 251 \
252 develop(bool, UseSlowPath, false, \ 252 develop(bool, UseSlowPath, false, \
253 "For debugging: test slow cases by always using them") \ 253 "For debugging: test slow cases by always using them") \
254 \ 254 \