RFR: 8337102: JITTester: Fix breaks in static initialization blocks

Evgeny Nikitin enikitin at openjdk.org
Mon Aug 12 13:17:31 UTC 2024


On Tue, 30 Jul 2024 17:04:37 GMT, Emanuel Peter <epeter at openjdk.org> wrote:

> A drive-by question: I suppose this would still allow `break` in `switch`?

I don't know. But the change only alters the static initialisation behaviour. If `switch` statements got their `breaks` correctly now, they will continue getting them after the change as well.

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

PR Comment: https://git.openjdk.org/jdk/pull/20310#issuecomment-2283957047


More information about the hotspot-compiler-dev mailing list