[jdk17u-dev] RFR: 8307352: AARCH64: Improve itable_stub
Dmitry Chuyko
dchuyko at openjdk.org
Fri Jul 19 15:08:41 UTC 2024
Original patch applies almost cleanly except few substitutions similar to https://github.com/openjdk/jdk17u-dev/pull/2654 and a single assert->guarantee change in assembler_aarch64.hpp that needed a trivial adjustment (JDK-8297830 is not in 17).
InterfaceCalls benchmark shows improvements similar to original results on linux aarch64.
Testing: linux aarch64 tier1,2.
-------------
Commit messages:
- Backport c664f1ca660adea934f099de8595b6ec10d3a824
Changes: https://git.openjdk.org/jdk17u-dev/pull/2729/files
Webrev: https://webrevs.openjdk.org/?repo=jdk17u-dev&pr=2729&range=00
Issue: https://bugs.openjdk.org/browse/JDK-8307352
Stats: 133 lines in 4 files changed: 113 ins; 15 del; 5 mod
Patch: https://git.openjdk.org/jdk17u-dev/pull/2729.diff
Fetch: git fetch https://git.openjdk.org/jdk17u-dev.git pull/2729/head:pull/2729
PR: https://git.openjdk.org/jdk17u-dev/pull/2729
More information about the jdk-updates-dev
mailing list