comparison src/share/vm/c1/c1_globals.hpp @ 1942:00bc9eaf0e24

Support for -XX:+UseFastLocking flag. Fixed monitor enter XIR template for correct debug info at the runtime call.
author Thomas Wuerthinger <wuerthinger@ssw.jku.at>
date Wed, 29 Dec 2010 20:06:41 +0100
parents b7fb5f1e0747
children 06f017f7daa7
comparison
equal deleted inserted replaced
1941:79d04223b8a5 1942:00bc9eaf0e24
215 "Use fast inlined type array allocation") \ 215 "Use fast inlined type array allocation") \
216 \ 216 \
217 develop(bool, UseFastNewObjectArray, true, \ 217 develop(bool, UseFastNewObjectArray, true, \
218 "Use fast inlined object array allocation") \ 218 "Use fast inlined object array allocation") \
219 \ 219 \
220 develop(bool, UseFastLocking, true, \ 220 product(bool, UseFastLocking, true, \
221 "Use fast inlined locking code") \ 221 "Use fast inlined locking code") \
222 \ 222 \
223 develop(bool, UseSlowPath, false, \ 223 develop(bool, UseSlowPath, false, \
224 "For debugging: test slow cases by always using them") \ 224 "For debugging: test slow cases by always using them") \
225 \ 225 \