On Thu, 12 Sep 2024 07:09:36 GMT, Andrey Turbanov <[email protected]> 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
