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

duke duke at openjdk.org
Sat Nov 9 06:31:57 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

@judovana 
Your change (at version 02d91fe1bcad639b36b4ccc612eed98177f3a28c) is now ready to be sponsored by a Committer.

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

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


More information about the jdk-updates-dev mailing list