On Fri, 18 Sep 2026 11:42:52 GMT, Stefan Karlsson <[email protected]> wrote:
>> Johan Sjölen has updated the pull request with a new target base due to a >> merge or a rebase. The pull request now contains 30 commits: >> >> - Merge remote-tracking branch 'origin/master' into simplify2 >> - Service agent fixes >> - Merge branch 'master' into simplify2 >> - Check first >> - Need to include BUFFERED >> - Remove faulting assert (maybe worth looking into?) >> - Rename to largest_layout_of >> - Use least_restrictive_layout_of >> - Fix bug >> - Use a ternary and remove the default value >> - ... and 20 more: https://git.openjdk.org/jdk/compare/f33a724f...c834aa37 > > src/hotspot/share/oops/layoutKind.hpp line 138: > >> 136: // The different layouts available for a particular Klass >> 137: struct LayoutDescriptions { >> 138: constexpr static int NoValue = -1; // Unsupported layouts are >> assigned this value > > Suggestion: > > constexpr static int NoValue = -1; // Unsupported layouts are assigned this > value These look identical? ------------- PR Review Comment: https://git.openjdk.org/jdk/pull/32276#discussion_r4046565682
