RFR (T/XS) 8225622: [AOT] runtime/SharedArchiveFile/TestInterpreterMethodEntries.java crashed with AOTed java.base

Ekaterina Pavlova ekaterina.pavlova at oracle.com
Wed Jun 12 19:56:59 UTC 2019


Vladimir, thank you for the review.
Pushed.

-katya

On 6/12/19 8:11 AM, Vladimir Kozlov wrote:
> Looks good.
> 
> Thanks
> Vladimir
> 
>> On Jun 11, 2019, at 11:33 PM, Ekaterina Pavlova <ekaterina.pavlova at oracle.com> wrote:
>>
>> Hi,
>>
>> please review small test patch which disables first test case from running in case AOT is used.
>> This test cases crashes when running with AOT because the test case explicitly disables intrinsics
>> ( -XX:-UseCRC32Intrinsics -XX:-UseCRC32CIntrinsics ) while they were enabled for AOT library.
>>
>>      JBS: https://bugs.openjdk.java.net/browse/JDK-8225622
>>   webrev: http://cr.openjdk.java.net/~epavlova//8225622/webrev.00/index.html
>> testing: run the test with and without AOT on all platforms.
>>    
>> thanks,
>> -katya
> 



More information about the hotspot-compiler-dev mailing list