-
Bug
-
Resolution: Fixed
-
P4
-
17, 18
-
b07
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8282236 | 17.0.4-oracle | Vikrant Agarwal | P4 | Resolved | Fixed | b01 |
JDK-8282865 | 17.0.4 | Martin Doerr | P4 | Resolved | Fixed | b01 |
The threshold at which methods are compiled varies between different platforms and different HotSpot variants. On certain platforms, no methods are compiled for this test case, which makes the test fail.
The test assumes that on every platform, the threshold is < 600.
On client VMs for ARM, the default threshold is 1500.
The test assumes that on every platform, the threshold is < 600.
On client VMs for ARM, the default threshold is 1500.
- backported by
-
JDK-8282236 TestRangeCheckEliminated fails because methods are not compiled
-
- Resolved
-
-
JDK-8282865 TestRangeCheckEliminated fails because methods are not compiled
-
- Resolved
-
- relates to
-
JDK-8263707 C1 RangeCheckEliminator support constant array and NewMultiArray
-
- Resolved
-
- links to
-
Commit openjdk/jdk17u-dev/11a5bbd6
-
Commit openjdk/jdk/bb82005a
-
Review openjdk/jdk17u-dev/208
-
Review openjdk/jdk/4781
(2 links to)