[jdk11u-dev] RFR: 8342629: [11u] Properly message out that shenandoah is disabled [v2]

Jiří Vaněk jvanek at openjdk.org
Thu Oct 31 08:07:39 UTC 2024


On Fri, 18 Oct 2024 17:16:46 GMT, Jiří Vaněk <jvanek at openjdk.org> wrote:

>> Unluckily, ShenandoahGC in jdk11 i still disabled by default. In addition, its output is broken:
>> 
>> 
>> checking for dlopen in -ldl... yes
>> checking if shenandoah can be built... checking if zgc can be built... no, platform not supported
>> checking if jvmci module jdk.internal.vm.ci should be built... yes
>> 
>> 
>> In all other JDKs it is enabled by default, and prints correctly yes/no:
>> 
>> checking for dlopen in -ldl... yes
>> checking if shenandoah can be built... yes
>> checking if zgc can be built... yes
>> checking if jvmci module jdk.internal.vm.ci should be built... yes
>> 
>> 
>> 
>> This PR is fixing this. In jdk17 and up , when manually disabled, the "no" is printed.
>
> Jiří Vaněk has refreshed the contents of this pull request, and previous commits have been removed. The incremental views will show differences compared to the previous content of the PR. The pull request contains one new commit since the last revision:
> 
>   8342629: [11u] Properly message out that shenandoah is disabled

Tyvm!

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

PR Comment: https://git.openjdk.org/jdk11u-dev/pull/2946#issuecomment-2449269910


More information about the jdk-updates-dev mailing list