[13] RFR(T): 8222417: compiler/loopopts/TestOverunrolling.java times out

Tobias Hartmann tobias.hartmann at oracle.com
Mon Apr 15 08:34:54 UTC 2019


Hi,

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

The test sets -XX:-TieredCompilation -Xcomp and should therefore not be executed with Graal as JIT.
Otherwise all Graal methods will be compiled by Graal itself running in interpreter mode which is
very slow and causes the test to time out.

Thanks,
Tobias


More information about the hotspot-compiler-dev mailing list