On Mon, 1 Jun 2026 12:57:41 GMT, Tobias Hartmann <[email protected]> wrote:
> Various small code cleanups that should be self explanatory. > > Thanks, > Tobias > > --------- > - [x] I confirm that I make this contribution in accordance with the [OpenJDK > Interim AI Policy](https://openjdk.org/legal/ai). test/hotspot/jtreg/runtime/valhalla/inlinetypes/field_layout/FieldLayoutAnalyzer.java line 632: > 630: } catch (Throwable t) { > 631: System.out.println("Unexpected exception when checking inherited > fields in class " + layout.name); > 632: throw t; This is the important fix here. ------------- PR Review Comment: https://git.openjdk.org/valhalla/pull/2498#discussion_r3334286456
