-
Type:
Enhancement
-
Resolution: Fixed
-
Priority:
P5
-
Affects Version/s: None
-
Component/s: client-libs
-
b06
There is a field 'javax.swing.text.html.parser.Entity.entityTypes' which uses legacy Hashtable class.
As this map is read-only and all its content is initialized in <clinit> we can safely use immutable Map instead.
As this map is read-only and all its content is initialized in <clinit> we can safely use immutable Map instead.
- links to
-
Commit(master)
openjdk/jdk/9c72dedd
-
Review(master)
openjdk/jdk/21831