-
Type:
Enhancement
-
Resolution: Fixed
-
Priority:
P4
-
Affects Version/s: 16
-
Component/s: hotspot
-
b07
The order of data members in SymbolHashMapEntry wastes space on 64bit platforms. Moving _hash after _symbol would save 8 bytes per entry. It would make no difference on 32bit platforms.