comparison src/share/vm/runtime/globals.hpp @ 8870:cd9ad42dfde0

Merge
author bharadwaj
date Fri, 29 Mar 2013 20:52:01 -0700
parents 36376b540a98 46f6f063b272
children 0ca3dd0ffaba
comparison
equal deleted inserted replaced
8836:d26674db4d91 8870:cd9ad42dfde0
2515 \ 2515 \
2516 notproduct(bool, IgnoreLockingAssertions, false, \ 2516 notproduct(bool, IgnoreLockingAssertions, false, \
2517 "disable locking assertions (for speed)") \ 2517 "disable locking assertions (for speed)") \
2518 \ 2518 \
2519 product(bool, RangeCheckElimination, true, \ 2519 product(bool, RangeCheckElimination, true, \
2520 "Split loop iterations to eliminate range checks") \ 2520 "Eliminate range checks") \
2521 \ 2521 \
2522 develop_pd(bool, UncommonNullCast, \ 2522 develop_pd(bool, UncommonNullCast, \
2523 "track occurrences of null in casts; adjust compiler tactics") \ 2523 "track occurrences of null in casts; adjust compiler tactics") \
2524 \ 2524 \
2525 develop(bool, TypeProfileCasts, true, \ 2525 develop(bool, TypeProfileCasts, true, \