Integrated: 8360049: CodeInvalidationReasonTest.java fails with ZGC on AArch64

Doug Simon dnsimon at openjdk.org
Fri Jun 20 13:28:33 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.

This pull request has now been integrated.

Changeset: ff54a649
Author:    Doug Simon <dnsimon at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/ff54a6493a63cfbcaab7ec90c7db0135e98a7f0c
Stats:     5 lines in 2 files changed: 1 ins; 2 del; 2 mod

8360049: CodeInvalidationReasonTest.java fails with ZGC on AArch64

Reviewed-by: aph, shade

-------------

PR: https://git.openjdk.org/jdk/pull/25911


More information about the hotspot-compiler-dev mailing list