Loading... (original) (raw)
- Type:
Enhancement
- Resolution: Fixed
- Priority:
P4
- Fix Version/s: 9
- Affects Version/s: 9
ResourceHashtable is currently a ResourceObj but it does not currently support c-heap allocation, add a template parameter to propagate the ResourceObj::allocation_type to ResourceObj::operator new
Also add a remove function to remove entries from the table and a small set of unit tests for the class.
backported by
JDK-8240152 Expand ResourceHashtable with C_HEAP allocation, removal and some unit tests
- Resolved
JDK-8299674 Expand ResourceHashtable with C_HEAP allocation, removal and some unit tests
- Resolved
relates to
JDK-8231494 fix a typo in hash functions
- Closed