Details
-
Bug
-
Status: Resolved
-
P4
-
Resolution: Fixed
-
17, 18, repo-valhalla
-
b08
Description
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.
Attachments
Issue Links
- relates to
-
JDK-8263024 Convert Valhalla tests using the old framework to the new framework
-
- Resolved
-