On Thu, 24 Apr 2025 09:29:24 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.
> `invalidComponents` is an ArrayList.

No changing in behavior here. I assume it's safe to /integrate

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

PR Comment: https://git.openjdk.org/jdk/pull/24845#issuecomment-3077825665

Reply via email to