-
Enhancement
-
Resolution: Unresolved
-
P5
-
None
-
None
-
In Review
Two Hashtable's in 'javax.swing.text.html.CSS.LengthUnit' class are modified only within '<clinit>' block:
1. lengthMapping
2. w3cLengthMapping
We can replace them with immutable maps to avoid Hashtable synchronization overhead.
1. lengthMapping
2. w3cLengthMapping
We can replace them with immutable maps to avoid Hashtable synchronization overhead.
- links to
-
Review(master) openjdk/jdk/23198