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

Unnecessary Hashtable usage in javax.swing.text.html.HTML

XMLWordPrintable

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

      The Hashtable javax.swing.text.html.HTML.scMapping is modified only within <clinit> block.
      We can replace it with immutable map to avoid Hashtable synchronization overhead.

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

              Created:
              Updated:
              Resolved: