equal
deleted
inserted
replaced
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, \ |