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

XMLWordPrintable

    • Type: Enhancement
    • Resolution: Fixed
    • Priority: P5
    • 25
    • Affects Version/s: None
    • Component/s: 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.

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

              Created:
              Updated:
              Resolved: