-
Bug
-
Resolution: Fixed
-
P4
-
17, 18
-
b21
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8276351 | 17.0.3-oracle | Qi Ao | P4 | Resolved | Fixed | b01 |
JDK-8276131 | 17.0.2 | Qi Ao | P4 | Resolved | Fixed | b04 |
There are some problems when using the IR framework with a client VM build:
- The IR framework currently only bails out of IR matching if C2 is excluded by command line flags. However, when running an IR JTreg test with a client VM build, IR matching fails when not specifically adding @requires vm.compiler2.enabled to exclude the test.
- @Test and @ForceCompile do not work correctly and throw an exception due to an incompatible compilation level.
- Some internal framework tests fail.
- The IR framework currently only bails out of IR matching if C2 is excluded by command line flags. However, when running an IR JTreg test with a client VM build, IR matching fails when not specifically adding @requires vm.compiler2.enabled to exclude the test.
- @Test and @ForceCompile do not work correctly and throw an exception due to an incompatible compilation level.
- Some internal framework tests fail.
- backported by
-
JDK-8276131 IR framework does not handle client VM builds correctly
- Resolved
-
JDK-8276351 IR framework does not handle client VM builds correctly
- Resolved
- links to
-
Commit openjdk/jdk17u/08cee6f5
-
Commit openjdk/jdk/1da5e6b0
-
Review openjdk/jdk17u/214
-
Review openjdk/jdk/6037
(1 links to)