The current approach to managing PartialArrayStates doesn't seem to be ideal for some of the refactoring work being done to simplify the use of such states. We currently have a single allocator object, shared by the various workers. Separating the per-worker free-list based management from the larger per-GC memory management context seems to make that refactoring easier and clearer.
- links to
-
Commit(master) openjdk/jdk/dbf48a53
-
Review(master) openjdk/jdk/22287