Integrated: 8295258: Add BasicType argument to AccessInternal::decorator_fixup
Axel Boldt-Christmas
aboldtch at openjdk.org
Wed Dec 7 08:31:13 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
This pull request has now been integrated.
Changeset: 085f96cb
Author: Axel Boldt-Christmas <aboldtch at openjdk.org>
URL: https://git.openjdk.org/jdk/commit/085f96cb1a9be3e55da5801069a800e322649a8f
Stats: 19 lines in 9 files changed: 2 ins; 0 del; 17 mod
8295258: Add BasicType argument to AccessInternal::decorator_fixup
Reviewed-by: stefank, eosterlund
-------------
PR: https://git.openjdk.org/jdk/pull/10692
More information about the hotspot-dev
mailing list