-
Type:
Enhancement
-
Resolution: Fixed
-
Priority:
P4
-
Affects Version/s: 9
-
Component/s: hotspot
-
b120
When allocating the hash table for the sparse remset the code allocates capacity SparsePRTEntrys. However, only approximately half of them are ever used because if the occupancy is 1/2 of capacity the hash table expands.
Fix this memory wastage by allocating only the appropriate amount of SparsePRTEntrys.
Fix this memory wastage by allocating only the appropriate amount of SparsePRTEntrys.