Withdrawn: 8296535: Unnecessary Vector usage in AquaFileSystemModel.FilesLoader

duke duke at openjdk.org
Wed Jan 4 01:25:56 UTC 2023


On Wed, 2 Nov 2022 08:19:41 GMT, Andrey Turbanov <aturbanov at openjdk.org> wrote:

> Couple of local variables in `com.apple.laf.AquaFileSystemModel.FilesLoader#run` are used only within the method from single thread. 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/10942



More information about the client-libs-dev mailing list