Withdrawn: 8296535: Unnecessary Vector usage in AquaFileSystemModel.FilesLoader

duke duke at openjdk.org
Thu Nov 7 12:17:51 UTC 2024


On Thu, 12 Sep 2024 07:09:36 GMT, Andrey Turbanov <aturbanov at openjdk.org> wrote:

> `acceptsList` is created, filled and used only _locally_ in the method `com.apple.laf.AquaFileSystemModel.FilesLoader#run`.
> So we can avoid usage of legacy synchronized `Vector` here and use `ArrayList` instead.

This pull request has been closed without being integrated.

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

PR: https://git.openjdk.org/jdk/pull/20962


More information about the client-libs-dev mailing list