RFR: 8360049: CodeInvalidationReasonTest.java fails with ZGC on AArch64
Doug Simon
dnsimon at openjdk.org
Fri Jun 20 08:37:40 UTC 2025
[JDK-8359064](https://bugs.openjdk.org/browse/JDK-8359064) introduced a new test (CodeInvalidationReasonTest) which triggers a code path in TestHotSpotVMConfig that had apparently never been run on ZGC+AArch64.
This PR fixes an omission in that code to handle this configuration.
-------------
Commit messages:
- support NMethodPatchingType for ZGC on AArch64
Changes: https://git.openjdk.org/jdk/pull/25911/files
Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=25911&range=00
Issue: https://bugs.openjdk.org/browse/JDK-8360049
Stats: 5 lines in 2 files changed: 1 ins; 2 del; 2 mod
Patch: https://git.openjdk.org/jdk/pull/25911.diff
Fetch: git fetch https://git.openjdk.org/jdk.git pull/25911/head:pull/25911
PR: https://git.openjdk.org/jdk/pull/25911
More information about the hotspot-compiler-dev
mailing list