-
Type:
Enhancement
-
Resolution: Fixed
-
Priority:
P5
-
Affects Version/s: None
-
Component/s: core-libs
-
b03
If a thread-safe implementation is not needed, it is recommended to use HashMap in place of Hashtable.
'ConditionalSpecialCasing.entryTable\ is a read-only Map which is modified only in static block. It means we can safely replace it with HashMap.
'ConditionalSpecialCasing.entryTable\ is a read-only Map which is modified only in static block. It means we can safely replace it with HashMap.