JDK-8212553 : [TESTBUG] TestTrichotomyExpressions.java times out with Graal as JIT
  • Type: Bug
  • Component: hotspot
  • Sub-Component: compiler
  • Affected Version: 12
  • Priority: P3
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2018-10-16
  • Updated: 2018-11-06
  • Resolved: 2018-10-18
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 12
12 b17Fixed
Related Reports
Duplicate :  
Relates :  
Description
test result: Error. Program `/scratch/mesos/jib-master/install/jdk12-jdk.655/macosx-x64-debug.jdk/jdk-12/fastdebug/bin/java' timed out (timeout set to 480000ms, elapsed time including timeout handling was 593696ms).
Comments
http://cr.openjdk.java.net/~thartmann/8212553/webrev.01/
18-10-2018

I think we can just remove the second @run command which has -XX:-TieredCompilation and -Xcomp. It's not needed: http://cr.openjdk.java.net/~thartmann/8212553/webrev.00/ I'll send a RFR:
17-10-2018

ILW = Test fails due to timeout, single test with Graal as JIT and -XX:-TieredCompilation -Xcomp, don't run with Graal = MMM = P3
17-10-2018

The test should not be run with Graal JIt (until libgraal) with next flags combination which kill it: -XX:-TieredCompilation -Xcomp The test should be put into ProblemList-graal.txt. Right [~iignatyev]?
16-10-2018