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

Doug Simon dnsimon at openjdk.org
Fri Jun 20 13:28:32 UTC 2025


On Fri, 20 Jun 2025 08:51:45 GMT, Aleksey Shipilev <shade 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 shade (Reviewer).

Thanks for the revie @shipilev .

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

PR Comment: https://git.openjdk.org/jdk/pull/25911#issuecomment-2991637149


More information about the hotspot-compiler-dev mailing list