Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8296535

Unnecessary Vector usage in AquaFileSystemModel.FilesLoader

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Unresolved
    • Icon: P5 P5
    • None
    • None
    • client-libs
    • 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.

            Unassigned Unassigned
            aturbanov Andrey Turbanov
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated: