RFR: 8295258: Add BasicType argument to AccessInternal::decorator_fixup
Axel Boldt-Christmas
aboldtch at openjdk.org
Thu Oct 13 10:30:44 UTC 2022
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
-------------
Commit messages:
- UPSTREAM: decorator_fixup
Changes: https://git.openjdk.org/jdk/pull/10692/files
Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=10692&range=00
Issue: https://bugs.openjdk.org/browse/JDK-8295258
Stats: 19 lines in 9 files changed: 2 ins; 0 del; 17 mod
Patch: https://git.openjdk.org/jdk/pull/10692.diff
Fetch: git fetch https://git.openjdk.org/jdk pull/10692/head:pull/10692
PR: https://git.openjdk.org/jdk/pull/10692
More information about the hotspot-dev
mailing list