RFR: 8360049: CodeInvalidationReasonTest.java fails with ZGC on AArch64
Andrew Haley
aph at openjdk.org
Fri Jun 20 08:41:27 UTC 2025
On Fri, 20 Jun 2025 08:32:45 GMT, Doug Simon <dnsimon at openjdk.org> wrote:
> [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.
Marked as reviewed by aph (Reviewer).
-------------
PR Review: https://git.openjdk.org/jdk/pull/25911#pullrequestreview-2945047810
More information about the hotspot-compiler-dev
mailing list