RFR: 8197999: Accessors in typeArrayOopDesc should use new Access API
Erik Osterlund
erik.osterlund at oracle.com
Mon Feb 19 07:42:23 UTC 2018
Hi Roman,
Looks good.
Thanks,
/Erik
> On 15 Feb 2018, at 23:54, Roman Kennke <rkennke at redhat.com> wrote:
>
> The accessors in typeArrayOop.hpp still access the heap directly, but
> they should go through the new Access API instead (so that GCs can
> intercept it, if they wish). This changeset fixes this.
>
> In order to avoid excessive inclusion of stuff (esp. into
> precompiled.hpp), the actual code has been moved into
> typeArrayOop.inline.hpp, and corresponding includes added whereever
> needed.
>
> Webrev:
> http://cr.openjdk.java.net/~rkennke/8197999/webrev.00/
>
> Bug:
> https://bugs.openjdk.java.net/browse/JDK-8197999
>
> Please review!
>
> Thanks, Roman
More information about the hotspot-runtime-dev
mailing list