Review request:7197210: java/lang/invoke/CallSiteTest.java failing on armsflt
Alan Bateman
Alan.Bateman at oracle.com
Fri Oct 26 01:41:56 PDT 2012
On 26/10/2012 00:14, Jiangli Zhou wrote:
> Hi,
>
> Please review the timeout change to
> test/java/lang/invoke/CallSiteTest.java. The CallSiteTest.java takes
> longer time to execute on certain embedded devices. It takes about 23
> minutes to run on an ARM softfloat device with fastdebug binary. Using
> a 2000s timeout here just to be sure.
>
> http://cr.openjdk.java.net/~jiangli/7197210/webrev.00/
>
> Thanks,
> Jiangli
>
You might know this already but the jtreg -timeoutFactor option can be
used to apply a scaling factor to the timeout. This may not be fine
grained enough to only increase it for tests that are floating point
intensive but it is generally useful to use this when running tests on
slow machines. The downside is that it increases the overall execution
time when there are tests that fail due to reaching the timeout (but
such tests could be added to the exclude list to avoid running them).
-Alan
More information about the hotspot-dev
mailing list