src/share/vm/runtime/globals.hpp

Print this page
rev 4136 : 7153771: array bound check elimination for c1
Summary: when possible optimize out array bound checks, inserting predicates when needed.
Reviewed-by:

*** 2509,2519 **** \ notproduct(bool, IgnoreLockingAssertions, false, \ "disable locking assertions (for speed)") \ \ product(bool, RangeCheckElimination, true, \ ! "Split loop iterations to eliminate range checks") \ \ develop_pd(bool, UncommonNullCast, \ "track occurrences of null in casts; adjust compiler tactics") \ \ develop(bool, TypeProfileCasts, true, \ --- 2509,2519 ---- \ notproduct(bool, IgnoreLockingAssertions, false, \ "disable locking assertions (for speed)") \ \ product(bool, RangeCheckElimination, true, \ ! "Eliminate range checks") \ \ develop_pd(bool, UncommonNullCast, \ "track occurrences of null in casts; adjust compiler tactics") \ \ develop(bool, TypeProfileCasts, true, \