-
Bug
-
Resolution: Fixed
-
P3
-
9, 10
-
b36
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8193756 | 11 | Nils Eliasson | P3 | Resolved | Fixed | b01 |
compiler/whitebox/LockCompilationTest.java fails sometimes, mostly on Sparc.
The test tries to verify if the LockCompilation is working.
In the failing case, the combination of -XX:-TieredCompilation (only C2 compiles), -XX:CompileThreshold=100 (Only applies to non-tiered) and slow/contended Sparc machine, makes the compile queue fill-up to ~400 entries before the compilations are locked. Then the test method is added manually to the queue. When the lock is lifted it doesn't complete the task before timeout (10 seconds).
The test tries to verify if the LockCompilation is working.
In the failing case, the combination of -XX:-TieredCompilation (only C2 compiles), -XX:CompileThreshold=100 (Only applies to non-tiered) and slow/contended Sparc machine, makes the compile queue fill-up to ~400 entries before the compilations are locked. Then the test method is added manually to the queue. When the lock is lifted it doesn't complete the task before timeout (10 seconds).
- backported by
-
JDK-8193756 [TESTBUG] LockCompilationTest fails intermittently
- Resolved
- duplicates
-
JDK-8193331 LockCompilationTest.java: compiler.whitebox.SimpleTestCaseHelper.method() must not be in queue
- Closed
- relates to
-
JDK-8152169 LockCompilationTest.java fails due method present in the compiler queue
- Resolved