RFR: JDK-8212054: Boilerplate to bind oopDesc::equals_raw() to actual raw implementation
Erik Osterlund
erik.osterlund at oracle.com
Thu Oct 11 17:50:16 UTC 2018
Hi Roman,
Looks good.
Thanks,
/Erik
> On 11 Oct 2018, at 18:49, Roman Kennke <rkennke at redhat.com> wrote:
>
> With JDK-8211279 I introduced oopDesc::equals_raw() and it calls
> RawAccess<>::equals(), however I did not realize that the boilerplace to
> actually bind this straight to the raw impl was also needed. So here it
> comes:
>
> Bug:
> https://bugs.openjdk.java.net/browse/JDK-8212054
> Webrev:
> http://cr.openjdk.java.net/~rkennke/JDK-8212054/webrev.00/
>
> Builds and runs hotspot/tier1 fine.
>
> Ok to push?
>
> Roman
>
More information about the hotspot-gc-dev
mailing list