-
Bug
-
Resolution: Fixed
-
P5
-
17, 21, 23, 24
-
b05
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8342017 | 23.0.2 | Tobias Hartmann | P5 | Resolved | Fixed | b03 |
JDK-8338857 | 21.0.6-oracle | Mimoun Ghordou | P5 | Resolved | Fixed | b01 |
JDK-8343920 | 21.0.6 | Goetz Lindenmaier | P5 | Resolved | Fixed | b03 |
JDK-8338862 | 17.0.14-oracle | Mimoun Ghordou | P5 | Resolved | Fixed | b01 |
JDK-8343921 | 17.0.14 | Goetz Lindenmaier | P5 | Resolved | Fixed | b03 |
The test's purpose is to sanity check the TraceLinearScanLevel flag with a hello world like test. It runs with -XX:TestTraceLinearScanLevel=4 which prints quite a lot of data. It becomes even more when running with -Xcomp. Since we only want to sanity check, there is not much benefit in running this test with -Xcomp which only unnecessarily increases the time to run this test.
I suggest to exclude this test with -Xcomp but instead add -Xbatch to at least wait until all the C2 compilations are finished in the start-up.
- backported by
-
JDK-8338857 compiler/c1/TestTraceLinearScanLevel.java occasionally times out with -Xcomp
- Resolved
-
JDK-8338862 compiler/c1/TestTraceLinearScanLevel.java occasionally times out with -Xcomp
- Resolved
-
JDK-8342017 compiler/c1/TestTraceLinearScanLevel.java occasionally times out with -Xcomp
- Resolved
-
JDK-8343920 compiler/c1/TestTraceLinearScanLevel.java occasionally times out with -Xcomp
- Resolved
-
JDK-8343921 compiler/c1/TestTraceLinearScanLevel.java occasionally times out with -Xcomp
- Resolved
- links to
-
Commit openjdk/jdk/6f4ddc2f
-
Commit(master) openjdk/jdk17u-dev/eef1d179
-
Commit(master) openjdk/jdk21u-dev/78697133
-
Commit(master) openjdk/jdk23u/54602276
-
Review openjdk/jdk/19923
-
Review(master) openjdk/jdk17u-dev/3034
-
Review(master) openjdk/jdk21u-dev/1137
-
Review(master) openjdk/jdk23u/150