RFR: 8367541: Parallel: Make young and old generation fields nonstatic in ParallelScavengeHeap

Francesco Andreuzzi fandreuzzi at openjdk.org
Sun Dec 7 09:59:32 UTC 2025


Young and old generation are part of a heap, so they should be non-static.

Passes tier1 and tier2 (fastdebug).

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

Commit messages:
 - make non static

Changes: https://git.openjdk.org/jdk/pull/28689/files
  Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=28689&range=00
  Issue: https://bugs.openjdk.org/browse/JDK-8367541
  Stats: 9 lines in 4 files changed: 0 ins; 2 del; 7 mod
  Patch: https://git.openjdk.org/jdk/pull/28689.diff
  Fetch: git fetch https://git.openjdk.org/jdk.git pull/28689/head:pull/28689

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


More information about the hotspot-gc-dev mailing list