RFR: 8333129: Move ShrinkHeapInSteps flag to Serial GC

Zhengyu Gu zgu at openjdk.org
Thu May 30 13:08:04 UTC 2024


On Wed, 29 May 2024 12:36:40 GMT, Zhengyu Gu <zgu at openjdk.org> wrote:

> A trivial change that moves Serial GC specific flag `ShrinkHeapInSteps` to `serial_globals.hpp`

I can confirm that `ShrinkHeapInSteps` flag is only used in `CardGeneration` and `CardGeneration` is only used in Serial and CMS in JDK9u source.

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

PR Comment: https://git.openjdk.org/jdk/pull/19452#issuecomment-2139515483


More information about the hotspot-gc-dev mailing list