[12] RFR (S): 8210465: ARM: Object equals abstraction for BarrierSetAssembler
Dmitry Samersoff
dms at samersoff.net
Sun Sep 16 12:11:14 UTC 2018
Aleksei,
Looks good to me.
PS:
BarrierSetAssembler* bs =
BarrierSet::barrier_set()->barrier_set_assembler();
bs->obj_equals(this, obj1, obj2);
Just to emit cmp reg, reg looks a bit overkilling for me.
On 09/14/2018 02:54 PM, Aleksei Voitylov wrote:
> Hi,
>
> please review this patch which follows the changes on x86 and AARCH64:
>
> Enhancement: https://bugs.openjdk.java.net/browse/JDK-8210465
> Webrev: http://cr.openjdk.java.net/~avoitylov/webrev.8210465.01/
>
> Tested by HotSpot regression tests.
>
> Original issue for x86 and AARCH64:
> https://bugs.openjdk.java.net/browse/JDK-8203157
>
> Thanks,
>
> -Aleksei
>
--
Dmitry Samersoff
http://devnull.samersoff.net
* There will come soft rains ...
More information about the hotspot-dev
mailing list