RFR: 8335147: Serial: Refactor TenuredGeneration::promote

Albert Mingkun Yang ayang at openjdk.org
Wed Jun 26 08:22:16 UTC 2024


Trivial extracting "copying" logic from old-gen-allocation method to unify the use of `Copy` and `transform_stack_chunk` in young-gc promotion path.

-------------

Commit messages:
 - s1-alloc-promote

Changes: https://git.openjdk.org/jdk/pull/19899/files
  Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=19899&range=00
  Issue: https://bugs.openjdk.org/browse/JDK-8335147
  Stats: 21 lines in 3 files changed: 2 ins; 8 del; 11 mod
  Patch: https://git.openjdk.org/jdk/pull/19899.diff
  Fetch: git fetch https://git.openjdk.org/jdk.git pull/19899/head:pull/19899

PR: https://git.openjdk.org/jdk/pull/19899


More information about the hotspot-gc-dev mailing list