RFR: 8373087: Parallel: Rename PSGenerationPool to PSOldGenerationPool
Thomas Schatzl
tschatzl at openjdk.org
Thu Dec 4 13:34:12 UTC 2025
On Thu, 4 Dec 2025 11:01:36 GMT, Albert Mingkun Yang <ayang at openjdk.org> wrote:
> Trivial renaming to make it explicit that this class is only for old-gen.
>
> Test: GHA
Changes requested by tschatzl (Reviewer).
src/hotspot/share/gc/parallel/psMemoryPool.cpp line 29:
> 27: PSOldGenerationPool::PSOldGenerationPool(PSOldGen* old_gen,
> 28: const char* name,
> 29: bool support_usage_threshold) :
Indentation?
Suggestion:
PSOldGenerationPool::PSOldGenerationPool(PSOldGen* old_gen,
const char* name,
bool support_usage_threshold) :
-------------
PR Review: https://git.openjdk.org/jdk/pull/28657#pullrequestreview-3540055016
PR Review Comment: https://git.openjdk.org/jdk/pull/28657#discussion_r2589097641
More information about the hotspot-gc-dev
mailing list