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

Jiří Vaněk jvanek at openjdk.org
Fri Oct 18 17:16:46 UTC 2024


> 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

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

Changes:
  - all: https://git.openjdk.org/jdk11u-dev/pull/2946/files
  - new: https://git.openjdk.org/jdk11u-dev/pull/2946/files/0631caa2..02d91fe1

Webrevs:
 - full: https://webrevs.openjdk.org/?repo=jdk11u-dev&pr=2946&range=01
 - incr: https://webrevs.openjdk.org/?repo=jdk11u-dev&pr=2946&range=00-01

  Stats: 0 lines in 0 files changed: 0 ins; 0 del; 0 mod
  Patch: https://git.openjdk.org/jdk11u-dev/pull/2946.diff
  Fetch: git fetch https://git.openjdk.org/jdk11u-dev.git pull/2946/head:pull/2946

PR: https://git.openjdk.org/jdk11u-dev/pull/2946


More information about the jdk-updates-dev mailing list