Review request:7197210: java/lang/invoke/CallSiteTest.java failing on armsflt

Jiangli Zhou jiangli.zhou at oracle.com
Thu Oct 25 18:09:42 PDT 2012


Hi Chris,

I see following tests have timeout on ARM devices. But they are not 
consistent. The BigArityTest.java and RicochetTest.java sometimes can 
complete without problem. I haven't noticed issue with PermuteArgsTest.java.

BigArityTest.java
CallSiteTest.java
MethodHandlesTest.java
RicochetTest.java

Thanks,
Jiangli


On 10/25/2012 5:35 PM, Christian Thalinger wrote:
> We also have timeouts in our nightly testing with fastdebug builds on older SPARC hardware.  I couldn't decide yet what the right fix is (decrease workload, increase timeout).
>
> There are two other tests that could potentially timeout:
>
> java/lang/invoke/RicochetTest.java
> java/lang/invoke/PermuteArgsTest.java
>
> I fixed the latter with:
>
> http://hg.openjdk.java.net/hsx/hotspot-comp/jdk/rev/59231f2cb6e1
>
> Is PermuteArgsTest good on ARM?
>
> -- Chris
>
> On Oct 25, 2012, at 5:18 PM, Jiangli Zhou<jiangli.zhou at oracle.com>  wrote:
>
>> Hi Chris,
>>
>> java/lang/invoke/MethodHandlesTest.java times out on all ARM devices in nightly testing. Need to verify if the test can run to completion on ARM and determine the proper timeout value. Will handle that separately.
>>
>> Thanks,
>> Jiangli
>>
>> On 10/25/2012 4:53 PM, Christian Thalinger wrote:
>>> On Oct 25, 2012, at 4:14 PM, Jiangli Zhou<jiangli.zhou at oracle.com>   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/
>>> java/lang/invoke/MethodHandlesTest.java does not timeout?
>>>
>>> -- Chris
>>>
>>>> Thanks,
>>>> Jiangli
>>>>


More information about the hotspot-dev mailing list