RFR: 8373421: Parallel: Rename young generation eden and survivor space pool

Joel Sikström jsikstro at openjdk.org
Thu Dec 11 07:57:26 UTC 2025


On Wed, 10 Dec 2025 13:11:34 GMT, Albert Mingkun Yang <ayang at openjdk.org> wrote:

> Trivial renaming two `*SpacePool` classes:
> 
> 
> EdenMutableSpacePool -> PSEdenSpacePool
> SurvivorMutableSpacePool -> PSSurvivorSpacePool
> 
> Test: tier1

Looks good.

A side note, I can see that Serial is the only GC that calls its file "serialMemoryPools.hpp", while all other GCs call it "..MemoryPool.hpp".

$ find src/hotspot/share/gc -name "*MemoryPool*.hpp"
src/hotspot/share/gc/epsilon/epsilonMemoryPool.hpp
src/hotspot/share/gc/g1/g1MemoryPool.hpp
src/hotspot/share/gc/parallel/psMemoryPool.hpp
src/hotspot/share/gc/serial/serialMemoryPools.hpp
src/hotspot/share/gc/shenandoah/shenandoahMemoryPool.hpp

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

Marked as reviewed by jsikstro (Reviewer).

PR Review: https://git.openjdk.org/jdk/pull/28744#pullrequestreview-3566170774


More information about the hotspot-gc-dev mailing list