RFR: 8354078: Shenandoah: Make the generational mode be non-experimental (implementation)

Y. Srinivas Ramakrishna ysr at openjdk.org
Fri May 16 23:50:50 UTC 2025


On Fri, 16 May 2025 17:30:11 GMT, William Kemper <wkemper at openjdk.org> wrote:

> Testing:
> 
> % ./build/linux-x86_64-server-fastdebug/jdk/bin/java -XX:+UseShenandoahGC -XX:ShenandoahGCMode=generational --version
> openjdk 25 2025-09-16
> OpenJDK Runtime Environment (fastdebug build 25-make-genshen-non-experimental)
> OpenJDK 64-Bit Server VM (fastdebug build 25-make-genshen-non-experimental, mixed mode)

Just noticed that gc/shenandoah/options/TestModeUnlock.java needs to be taught that "generational" is no longer experimental. It's failing in the GHA tests.

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

PR Comment: https://git.openjdk.org/jdk/pull/25270#issuecomment-2887854018


More information about the hotspot-gc-dev mailing list