On Sun, 15 Feb 2026 02:00:52 GMT, Vicente Romero <[email protected]> wrote:

>> adding more bangs to collection apis
>
> Vicente Romero has updated the pull request incrementally with two additional 
> commits since the last revision:
> 
>  - Apply suggestion from @vicente-romero-oracle
>  - removing invocations to Objects.requireNonNull

src/java.base/share/classes/java/util/concurrent/ArrayBlockingQueue.java line 
1473:

> 1471:      */
> 1472:     public boolean removeIf(Predicate<? super E>! filter) {
> 1473:         Objects.requireNonNull(filter);

Suggestion:

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

PR Review Comment: 
https://git.openjdk.org/valhalla/pull/2112#discussion_r2808270954

Reply via email to