RFR: 8295258: Add BasicType argument to AccessInternal::decorator_fixup
Erik Österlund
eosterlund at openjdk.org
Tue Dec 6 10:05:30 UTC 2022
On Thu, 13 Oct 2022 10:24:15 GMT, Axel Boldt-Christmas <aboldtch at openjdk.org> wrote:
> There are call sites of the access API that does not specify the `INTERNAL_VALUE_IS_OOP` decorator for some reference type access. Change it so that `AccessInternal::decorator_fixup` is able to add this decorator by passing in the `BasicType` of the access.
>
> Testing: Oracle platforms tier 1-3 and GHA
Looks good.
-------------
Marked as reviewed by eosterlund (Reviewer).
PR: https://git.openjdk.org/jdk/pull/10692
More information about the hotspot-dev
mailing list