[jdk17u-dev] RFR: 8337102: JITTester: Fix breaks in static initialization blocks
duke
duke at openjdk.org
Wed Dec 31 23:13:30 UTC 2025
On Tue, 16 Sep 2025 18:11:43 GMT, Kirill Shirokov <duke at openjdk.org> wrote:
> The backport verified on MacOS/Linux/Windows by manually running JITTester.
>
> Verification involved modifying JITTester code to terminate with non-zero exit code when encountering specific compilation error (a break statement in a static initializer) in the generated code and enabling static initializer generation in configuration file in non-fixed version.
>
> Without the fix typically the error reproduces during the first generation round.
> With the fix, there is no error for 10s of rounds.
@kirill-shirokov
Your change (at version 12f24e201b9d418f57510531594a6ea2989ef555) is now ready to be sponsored by a Committer.
-------------
PR Comment: https://git.openjdk.org/jdk17u-dev/pull/3941#issuecomment-3703018054
More information about the jdk-updates-dev
mailing list