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

Unnecessary Vector usage in IIORegistry

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Fixed
    • Icon: P5 P5
    • 20
    • None
    • client-libs

      Field javax.imageio.spi.IIORegistry#initialCategories is modified only in static {} block, which makes it effectively final. Instead of legacy synchronized Vector we can use an immutable List here.

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

              Created:
              Updated:
              Resolved: