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

Tobias Hartmann tobias.hartmann at oracle.com
Thu Oct 18 09:08:09 UTC 2018


Hi Vladimir,

thanks for the review!

On 17.10.2018 18:43, Vladimir Kozlov wrote:
> I was thinking to add /timeout=240 because I see one log in bug report shows that first @run command
> may still take > 300 sec when Graal is used. I think it still need to compile itself (tiered off)
> and execution waits compilation (-Xbatch).
> But there is -Dtest.timeout.factor=4.0 for running with Graal so we have 480sec to run test.

Execution with Graal as JIT takes 138 - 206 seconds.

> What usual (C2) time to run this test on SPARC?

Execution with C2 on SPARC takes 106 - 133 seconds.

All tests passed because of -Dtest.timeout.factor=4.0. I've added the log file links to the bug.

To be on the safe side, I've set the timeout to 240:
http://cr.openjdk.java.net/~thartmann/8212553/webrev.01/

Best regards,
Tobias


More information about the hotspot-compiler-dev mailing list