-
Enhancement
-
Resolution: Unresolved
-
P4
-
None
This method handles all live objs in eden/from space during a young-gc. The rough flow is to allocate in young/old-gen, then copy to the new obj. The inside-generation allocation needs to handle some special cases, such as direct allocation for large objs, lab flushing and refilling, etc, which clutters the abstraction in this method.
Extract out generation allocation to separate methods in order to main the current abstraction level.
Extract out generation allocation to separate methods in order to main the current abstraction level.
- links to
-
Review(master) openjdk/jdk/26922