RFR: Enable 1-step workflow with Shenandoah GC [v2]
Ioi Lam
iklam at openjdk.org
Tue Sep 17 04:43:21 UTC 2024
On Mon, 16 Sep 2024 10:43:46 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.
>
> Aleksey Shipilev has updated the pull request with a new target base due to a merge or a rebase. The pull request now contains three commits:
>
> - Missing clone_barrier in SC table
> - Temporary drop the alignment, so that tests work
> - Shenandoah support
LGTM
-------------
Marked as reviewed by iklam (Committer).
PR Review: https://git.openjdk.org/leyden/pull/8#pullrequestreview-2308239015
More information about the leyden-dev
mailing list