RFR: 8330145: Serial: Refactor SerialHeap::scan_evacuated_objs
Albert Mingkun Yang
ayang at openjdk.org
Thu Apr 18 17:02:14 UTC 2024
On Fri, 12 Apr 2024 08:19:09 GMT, Albert Mingkun Yang <ayang at openjdk.org> wrote:
> Simple refactoring to extract oop-scanning logic from generation.
Extracted out young-gc related saved-top from `Generation`, which keeps most of the original structure and makes the loop-var visible on the same level as the loop itself.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/18750#issuecomment-2064564617
More information about the hotspot-gc-dev
mailing list