RFR: 8202976: Add C1 lea patching support for x86
Per Liden
per.liden at oracle.com
Mon May 14 12:14:00 UTC 2018
Thanks Vladimir!
/Per
On 05/11/2018 02:28 PM, Vladimir Kozlov wrote:
> Good.
>
> thanks,
> Vladimir
>
> On 5/11/18 1:14 AM, Per Liden wrote:
>> This patch adds C1 support for patching lea instructions on x86. This
>> is used in ZGC load barrier stubs, when a load barrier is applied to a
>> field load with a not-yet-unknown offset.
>>
>> Bug: https://bugs.openjdk.java.net/browse/JDK-8202976
>> Webrev: http://cr.openjdk.java.net/~pliden/8202976/webrev.0
>>
>> Testing: passes hs-tier{1,2}, this patch has also been used and tested
>> in the ZGC repository for more than 3 years.
>>
>> /Per
More information about the hotspot-compiler-dev
mailing list