RFR: 8272563: Possible assertion failure in CardTableBarrierSetC1 [v3]

Fairoz Matte fmatte at openjdk.java.net
Wed Sep 1 06:55:45 UTC 2021


On Wed, 1 Sep 2021 06:49:47 GMT, Igor Veresov <iveresov at openjdk.org> wrote:

>> Fairoz Matte has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   8272563: Possible assertion failure in CardTableBarrierSetC1
>
> src/hotspot/share/gc/shared/c1/cardTableBarrierSetC1.cpp line 72:
> 
>> 70:     LIR_Opr addr_opr = LIR_OprFact::address(new LIR_Address(addr, addr->type()));
>> 71:     __ leal(addr_opr, tmp);
>> 72:     __ move(addr, tmp);
> 
> You don't need the move anymore.

ok, will remove that.

-------------

PR: https://git.openjdk.java.net/jdk/pull/5164



More information about the hotspot-gc-dev mailing list