[jdk11u-dev] Integrated: 8342629: [11u] Properly message out that shenandoah is disabled
Jiří Vaněk
jvanek at openjdk.org
Mon Nov 11 13:55:56 UTC 2024
On Mon, 30 Sep 2024 16:27:37 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.
This pull request has now been integrated.
Changeset: cf53387d
Author: Jiří Vaněk <jvanek at openjdk.org>
Committer: Severin Gehwolf <sgehwolf at openjdk.org>
URL: https://git.openjdk.org/jdk11u-dev/commit/cf53387daf0d99e2d426e5e9a35e8d79b9701485
Stats: 1 line in 1 file changed: 1 ins; 0 del; 0 mod
8342629: [11u] Properly message out that shenandoah is disabled
Reviewed-by: andrew
-------------
PR: https://git.openjdk.org/jdk11u-dev/pull/2946
More information about the jdk-updates-dev
mailing list