On Thu, 26 Mar 2026 14:14:58 GMT, Ivan Walulya <[email protected]> wrote:
> Hi, > > Please review this patch to replace Pair with a simple aggregate for entries > in `_nonoop_acmp_map` to improve code readability. > > Testing: GHA src/hotspot/share/classfile/classFileParser.cpp line 1502: > 1500: is_null_restricted = true; > 1501: } > 1502: parsed_annotations.set_field_annotations(nullptr); We already do this reset on [L1475](https://github.com/openjdk/valhalla/pull/2266/changes#diff-19ce0065139d234d70069b8782f29aa0bbbe5988ba60095c3f1243f8ad229ad8L1475) ------------- PR Review Comment: https://git.openjdk.org/valhalla/pull/2266#discussion_r2995266385
