[lworld] RFR: 8326839: [lworld] Aarch64 interpreter still prevents new bytecode to be used with value classes
Frederic Parain
fparain at openjdk.org
Tue Feb 27 15:30:23 UTC 2024
Small fix on aarch64 template interpreter: bytecode `new` was still rejecting value classes but this behavior is now allowed by JEP 401. The issue occurred only when `new` operates on a resolved constant pool entry.
-------------
Commit messages:
- Allow bytecode new to operate on value classes on aarch64
Changes: https://git.openjdk.org/valhalla/pull/1021/files
Webrev: https://webrevs.openjdk.org/?repo=valhalla&pr=1021&range=00
Issue: https://bugs.openjdk.org/browse/JDK-8326839
Stats: 25 lines in 2 files changed: 16 ins; 9 del; 0 mod
Patch: https://git.openjdk.org/valhalla/pull/1021.diff
Fetch: git fetch https://git.openjdk.org/valhalla.git pull/1021/head:pull/1021
PR: https://git.openjdk.org/valhalla/pull/1021
More information about the valhalla-dev
mailing list