On Wed, 9 Sep 2026 14:02:15 GMT, Fabian Meumertzheim <[email protected]> wrote:

> ---------
> - [x] I confirm that I make this contribution in accordance with the [OpenJDK 
> Interim AI Policy](https://openjdk.org/legal/ai).

src/java.base/share/classes/java/util/concurrent/ConcurrentSkipListMap.java 
line 915:

> 913:                         if (b.key == null) // empty
> 914:                             break outer;
> 915:                         else if (b.val == null)

@fmeum I think this check (in all three places added) should have a comment 
explaining what it is intended to achieve.

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

PR Review Comment: https://git.openjdk.org/jdk/pull/32793#discussion_r4039382852

Reply via email to