[9] RFR(S): 8139907: compiler/intrinsics/montgomerymultiply/MontgomeryMultiplyTest.java fails with timeout

Zoltán Majó zoltan.majo at oracle.com
Wed Oct 28 13:03:17 UTC 2015


Thank you, Vladimir and Nils, for the review!

Best regards,


Zoltan


On 10/28/2015 01:39 PM, Vladimir Kozlov wrote:
> Good.
>
> Thanks,
> Vladimir
>
> On 10/28/15 7:07 PM, Zoltán Majó wrote:
>> Hi,
>>
>>
>> please review the patch for JDK-8139907.
>>
>> https://bugs.openjdk.java.net/browse/JDK-8139907
>>
>> Problem: The MontgomeryMultiplyTest times out on certain slow platforms.
>> The MontgomeryMultiplyTest was added by JDK-8130150 to test the
>> Montgomery multiply and square intrinsics. Although the intrinsics are
>> available only on x86_64 and aarch64, the test is executed on all
>> platforms, including slow platforms.
>>
>> Solution: Change test to execute only on platforms where intrinsics are
>> available.
>>
>> Webrev:
>> http://cr.openjdk.java.net/~zmajo/8139907/webrev.00/
>>
>> Testing:
>> - JPRT: the MontgomeryMultiplyTest tests is executed only on relevant
>> platforms.
>>
>> Thank you and best regards,
>>
>>
>> Zoltan
>>



More information about the hotspot-compiler-dev mailing list