-
Enhancement
-
Resolution: Fixed
-
P5
-
None
-
b22
There is a field 'javax.swing.text.html.StyleSheet.SearchBuffer.hashtable' which uses legacy Hashtable class.
It's used only from single thread. And only non-null key/values added to it. We can safely replace it with HashSet.
It's used only from single thread. And only non-null key/values added to it. We can safely replace it with HashSet.