Integrated: Enable 1-step workflow with Shenandoah GC

Aleksey Shipilev shade at openjdk.org
Wed Oct 9 15:03:44 UTC 2024


On Mon, 22 Jul 2024 12:00:12 GMT, Aleksey Shipilev <shade at openjdk.org> wrote:

> WIP, includes upstream [JDK-8293650](https://bugs.openjdk.org/browse/JDK-8293650).
> 
> I checked this works well:
> 
> 
> #!/bin/bash
> make images
> J=build/macosx-aarch64-server-fastdebug/images/jdk/bin/java
> rm -fv JavacBenchApp.cds*
> $J -XX:+UseShenandoahGC -XX:CacheDataStore=JavacBenchApp.cds -cp JavacBenchApp.jar JavacBenchApp 50
> $J -XX:+UseShenandoahGC -XX:CacheDataStore=JavacBenchApp.cds -cp JavacBenchApp.jar JavacBenchApp 50
> 
> 
> I'll look around what other tests I need to run.

This pull request has now been integrated.

Changeset: 4e0412e6
Author:    Aleksey Shipilev <shade at openjdk.org>
Committer: Ioi Lam <iklam at openjdk.org>
URL:       https://git.openjdk.org/leyden/commit/4e0412e6c004931871b1f37a09cfb593f6b7f7b2
Stats:     73 lines in 6 files changed: 49 ins; 3 del; 21 mod

Enable 1-step workflow with Shenandoah GC

Reviewed-by: iklam

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

PR: https://git.openjdk.org/leyden/pull/8


More information about the leyden-dev mailing list