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

[Graal] some tests fail with: Improperly specified VM option UseJVMCICompiler: EnableJVMCI cannot be disabled

XMLWordPrintable

    • b22
    • generic
    • generic

      These tests:

      compiler/jvmci/compilerToVM/JVM_RegisterJVMCINatives.java
      compiler/jvmci/JVM_GetJVMCIRuntimeTest.java
      compiler/jvmci/SecurityRestrictionsTest.java

      fail when running with:

      -XX:+UnlockExperimentalVMOptions -XX:+EnableJVMCI -XX:+UseJVMCICompiler

      because they disable EnableJVMCI and that results in:

      STDERR:
      Improperly specified VM option UseJVMCICompiler: EnableJVMCI cannot be disabled
      Error: Could not create the Java Virtual Machine.
      Error: A fatal exception has occurred. Program will exit.

            kvn Vladimir Kozlov
            twisti Christian Thalinger (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            7 Start watching this issue

              Created:
              Updated:
              Resolved: