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

JVMCI cannot be initialized with CMS or Serial GCs

    XMLWordPrintable

Details

    • b89
    • Verified

    Backports

      Description

        if -Xconcgc, -XX:+UseConcMarkSweepGC or other flags enable CMS GC, all compiler/jvmci tests fail w/
        jdk.vm.ci.common.JVMCIError: unimplemented
        at jdk.vm.ci.common.JVMCIError.unimplemented(JVMCIError.java:36)
        at jdk.vm.ci.hotspot.HotSpotVMConfig.<init>(HotSpotVMConfig.java:95)
        at jdk.vm.ci.hotspot.HotSpotJVMCIRuntime.<init>(HotSpotJVMCIRuntime.java:128)
        at jdk.vm.ci.hotspot.HotSpotJVMCIRuntime.<init>(HotSpotJVMCIRuntime.java:40)
        at jdk.vm.ci.hotspot.HotSpotJVMCIRuntime$DelayedInit.<clinit>(HotSpotJVMCIRuntime.java:67)
        at jdk.vm.ci.hotspot.HotSpotJVMCIRuntime.runtime(HotSpotJVMCIRuntime.java:82)
        at jdk.vm.ci.runtime.JVMCI.initializeRuntime(Native Method)
        at jdk.vm.ci.runtime.JVMCI.<clinit>(JVMCI.java:58)
        at jdk.vm.ci.runtime.test.TypeUniverse.<clinit>(TypeUniverse.java:50)

        UseSerialGC leads to the same exception.

        Attachments

          Issue Links

            Activity

              People

                twisti Christian Thalinger
                iignatyev Igor Ignatyev (Inactive)
                Votes:
                0 Vote for this issue
                Watchers:
                3 Start watching this issue

                Dates

                  Created:
                  Updated:
                  Resolved: