[12] RFR(S) 8207153: Some intrinsic tests take long time to run
Vladimir Kozlov
vladimir.kozlov at oracle.com
Mon Aug 13 16:59:00 UTC 2018
Thank you, Tobias
Vladimir
On 8/12/18 11:53 PM, Tobias Hartmann wrote:
> Hi Vladimir,
>
> looks good to me.
>
> Thanks,
> Tobias
>
> On 11.08.2018 02:05, Vladimir Kozlov wrote:
>> http://cr.openjdk.java.net/~kvn/8207153/webrev.00/
>> https://bugs.openjdk.java.net/browse/JDK-8207153
>>
>> Use WhitBox API isIntrinsicAvailable() to guard execution of TestAESMain.java and TestBase64.java.
>> Also reduced number of loop iterations from 1M to 100K. Tests run with -Xbatch - compilation is
>> guarantee with smaller number. And I checked results with +LogCompilation.
>>
>> Tested by running these 2 tests on X86 and SPARC.
>> And run locally using intrinsics flag to switch them off to confirm that new guard in tests works.
>>
More information about the hotspot-compiler-dev
mailing list