[12] RFR(S): 8212553: [TESTBUG] TestTrichotomyExpressions.java times out with Graal as JIT

Tobias Hartmann tobias.hartmann at oracle.com
Wed Oct 17 08:03:22 UTC 2018


Hi,

please review the following patch:
https://bugs.openjdk.java.net/browse/JDK-8212553
http://cr.openjdk.java.net/~thartmann/8212553/webrev.00/

The test times out with Graal as JIT because it is executed with -Xcomp and -XX:-TieredCompilation
which also affects compilation of Graal itself and therefore slows down execution. I've removed the
second @run statement which is not needed.

Thanks,
Tobias


More information about the hotspot-compiler-dev mailing list