Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8342629

[11u] Properly message out that shenandoah is disabled

XMLWordPrintable

    • b02

      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.

            jvanek Jiří Vaněk
            jvanek Jiří Vaněk
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

              Created:
              Updated:
              Resolved: