Integrated: 8274497: Unnecessary Vector usage in AquaFileSystemModel

Andrey Turbanov github.com+741251+turbanoff at openjdk.java.net
Thu Oct 7 03:46:10 UTC 2021


On Fri, 17 Sep 2021 20:32:00 GMT, Andrey Turbanov <github.com+741251+turbanoff at openjdk.org> wrote:

> Fields AquaFileSystemModel.fileCache and AquaFileSystemModel.FilesLoader.queuedTasks are accessed only under synchronized(fileCacheLock).
> It means extract synchronization by Vector is not needed.

This pull request has now been integrated.

Changeset: 4e960fe5
Author:    Andrey Turbanov <turbanoff at gmail.com>
Committer: Sergey Bylokhov <serb at openjdk.org>
URL:       https://git.openjdk.java.net/jdk/commit/4e960fe53f0948c0b0decfeb13f6dd8f74bf3d6f
Stats:     8 lines in 1 file changed: 0 ins; 0 del; 8 mod

8274497: Unnecessary Vector usage in AquaFileSystemModel

Reviewed-by: serb, pbansal

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

PR: https://git.openjdk.java.net/jdk/pull/5568



More information about the client-libs-dev mailing list