-
Bug
-
Resolution: Fixed
-
P4
-
17, 18, repo-valhalla
-
b08
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8313451 | 17.0.10-oracle | Adithya Haradi Gopal | P4 | Resolved | Fixed | b01 |
JDK-8316570 | 17.0.10 | Goetz Lindenmaier | P4 | Resolved | Fixed | b01 |
The newly converted IR tests (JDK-8263024) are not yet stable when using various IR framework stress options like -DExcludeRandom or -DFlipC1C2. These tests needs to be fixed. There could also be a bug in the IR framework when using these options.
Edit: Turns out the FlipC1C2 option forgets to restrict the compilation level once a C1 compilation is replaced with a C2 compilation and vice verca. This results in an error when the test is run with -XX:-TieredCompilation or -XX:TieredStopAtLevel=1,2,3.
Edit: Turns out the FlipC1C2 option forgets to restrict the compilation level once a C1 compilation is replaced with a C2 compilation and vice verca. This results in an error when the test is run with -XX:-TieredCompilation or -XX:TieredStopAtLevel=1,2,3.
- backported by
-
JDK-8313451 [IR Framework] Add missing compilation level restriction when using FlipC1C2 stress option
-
- Resolved
-
-
JDK-8316570 [IR Framework] Add missing compilation level restriction when using FlipC1C2 stress option
-
- Resolved
-
- relates to
-
JDK-8263024 Convert Valhalla tests using the old framework to the new framework
-
- Resolved
-
- links to
-
Commit openjdk/jdk17u-dev/f908cee2
-
Commit openjdk/jdk/36aefa35
-
Review openjdk/jdk17u-dev/1747
-
Review openjdk/jdk/4866
(2 links to)