[13] RFR(XXS) 8225369: [AOT] vm/classfmt/cpl/cplres001/cplres00101m004/cplres00101m004.html fails

dean.long at oracle.com dean.long at oracle.com
Tue Jun 18 18:03:12 UTC 2019


Thanks Vladimir.

dl

On 6/18/19 11:01 AM, Vladimir Kozlov wrote:
> Looks good.
>
> Thanks,
> Vladimir
>
> On 6/18/19 10:52 AM, dean.long at oracle.com wrote:
>> https://bugs.openjdk.java.net/browse/JDK-8225369
>> http://cr.openjdk.java.net/~dlong/8225369/webrev/
>>
>> This test triggers a race, which can result in different resolved 
>> values of the MethodHandle constant.  The VM chooses a winner and 
>> stores that value in the constant pool cache, however Graal is not 
>> checking the cache.  The trivial fix is to use the proper API that 
>> goes through the cache.
>>
>> dl



More information about the hotspot-compiler-dev mailing list