Details
-
Enhancement
-
Status: Resolved
-
P4
-
Resolution: Fixed
-
18
-
b13
Description
A long range check is only transformed into an int range check subject to range check elimination if:
- the counted loop goes upward
- the scale factor for the element being accessed is positive
All combination of:
(upward loop, downward loop) x (positive scale, negative scale)
should be supported.
- the counted loop goes upward
- the scale factor for the element being accessed is positive
All combination of:
(upward loop, downward loop) x (positive scale, negative scale)
should be supported.
Attachments
Issue Links
- relates to
-
JDK-8296403 [TESTBUG] IR test runner methods in TestLongRangeChecks.java invoke wrong test methods
-
- Resolved
-
-
JDK-8259609 C2: optimize long range checks in long counted loops
-
- Resolved
-
-
JDK-8283058 Regression ~6% on Renaissance-ScalaKmeans on Windows in b13
-
- Closed
-