On Mon, 23 Jun 2025 08:53:16 GMT, Andrey Turbanov <aturba...@openjdk.org> wrote:

> No need to call `List.indexOf(Object)` before `List.remove(int)`. Instead we 
> can call `List.remove(Object)` directly. It's faster and cleaner.

Marked as reviewed by aivanov (Reviewer).

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

PR Review: https://git.openjdk.org/jdk/pull/25931#pullrequestreview-2959578963

Reply via email to