-
Enhancement
-
Resolution: Unresolved
-
P5
-
None
-
None
-
In Review
-
os_x
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.
- links to
-
Review openjdk/jdk/10942
-
Review(master) openjdk/jdk/20962