Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8205289 | 11.0.1 | Kim Barrett | P4 | Resolved | Fixed | team |
OopStorage::AllocateList supports having blocks in multiple lists. This is a left-over from the original implementation, when blocks were in both the _allocate_list and the _active_list. However, JDK-8200557 eliminated the _active_list, so blocks are now only ever in (at most) one list, the _allocate_list. This allows the implementation to be simplified, eliminating the multi-list support.
- backported by
-
JDK-8205289 Simplify OopStorage::AllocateList block entry access
-
- Resolved
-
- relates to
-
JDK-8204834 Fix confusing "allocate" naming in OopStorage
-
- Resolved
-
-
JDK-8200557 OopStorage parallel iteration scales poorly
-
- Resolved
-