-
Type:
Enhancement
-
Resolution: Fixed
-
Priority:
P4
-
Affects Version/s: 9
-
Component/s: hotspot
-
b94
| Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
|---|---|---|---|---|---|---|
| JDK-8240152 | openjdk8u252 | Andrew Hughes | P4 | Resolved | Fixed | b05 |
| JDK-8299674 | 8u371 | Daniel Skantz | P4 | Resolved | Fixed | b01 |
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
-