RFR: 8199064: Test applications/jcstress/other/Test.java#id1108 fails on Sparc

Leonid Mesnik leonid.mesnik at oracle.com
Wed May 16 22:14:31 UTC 2018


Hi

Could you please review following patch which increase timeout for jcstress test wrappers in jtreg.

The default jtreg timeout is not enough for a lot of jcstress tests. The longest tests take more then 1800 seconds on typical VM used for testing (2 CPU/16GB of Memory) with default VM options.
These tests are not executed in tier1/2 testing so execution time in the case if test really hang is not very critical. I just set timeout to 2400 seconds for all test wrappers. 
The timeoutfactor could be used to adjust timeouts for slow platforms and/or VM options. 


webrev: http://cr.openjdk.java.net/~lmesnik/8199064/webrev.00/ <http://cr.openjdk.java.net/~lmesnik/8199064/webrev.00/>
bug: https://bugs.openjdk.java.net/browse/JDK-8199064 <https://bugs.openjdk.java.net/browse/JDK-8199064>

Leonid


More information about the hotspot-dev mailing list