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

VerificationError: "must be counted" error in Graal CountedLoopTest

XMLWordPrintable

      1) decrementUnsigned7(org.graalvm.compiler.core.test.CountedLoopTest)
      org.graalvm.compiler.graph.VerificationError: must be counted
      at node: 53|IVProperty
      at jdk.internal.vm.compiler@14-internal/org.graalvm.compiler.graph.Node.fail(Node.java:1173)
      at jdk.internal.vm.compiler@14-internal/org.graalvm.compiler.graph.Node.assertTrue(Node.java:1160)
      at org.graalvm.compiler.core.test.CountedLoopTest$IVPropertyNode.rewrite(CountedLoopTest.java:569)
      at org.graalvm.compiler.core.test.CountedLoopTest.checkHighTierGraph(CountedLoopTest.java:643)
      at org.graalvm.compiler.core.test.GraalCompilerTest$2.run(GraalCompilerTest.java:290)
      at jdk.internal.vm.compiler@14-internal/org.graalvm.compiler.phases.Phase.run(Phase.java:49)
      at jdk.internal.vm.compiler@14-internal/org.graalvm.compiler.phases.BasePhase.apply(BasePhase.java:197)
      at jdk.internal.vm.compiler@14-internal/org.graalvm.compiler.phases.BasePhase.apply(BasePhase.java:139)
      at jdk.internal.vm.compiler@14-internal/org.graalvm.compiler.phases.PhaseSuite.run(PhaseSuite.java:209)
      at jdk.internal.vm.compiler@14-internal/org.graalvm.compiler.phases.BasePhase.apply(BasePhase.java:197)
      at jdk.internal.vm.compiler@14-internal/org.graalvm.compiler.phases.BasePhase.apply(BasePhase.java:139)
      at jdk.internal.vm.compiler@14-internal/org.graalvm.compiler.core.GraalCompiler.emitFrontEnd(GraalCompiler.java:220)
      at jdk.internal.vm.compiler@14-internal/org.graalvm.compiler.core.GraalCompiler.compile(GraalCompiler.java:144)
      at org.graalvm.compiler.core.test.GraalCompilerTest.compile(GraalCompilerTest.java:1106)
      at org.graalvm.compiler.core.test.GraalCompilerTest.getCode(GraalCompilerTest.java:999)
      at org.graalvm.compiler.core.test.GraalCompilerTest.getCode(GraalCompilerTest.java:940)
      at org.graalvm.compiler.core.test.GraalCompilerTest.executeActual(GraalCompilerTest.java:768)
      at org.graalvm.compiler.core.test.GraalCompilerTest.executeActualCheckDeopt(GraalCompilerTest.java:900)
      at org.graalvm.compiler.core.test.GraalCompilerTest.testAgainstExpected(GraalCompilerTest.java:890)
      at org.graalvm.compiler.core.test.GraalCompilerTest.testAgainstExpected(GraalCompilerTest.java:886)
      at org.graalvm.compiler.core.test.GraalCompilerTest.test(GraalCompilerTest.java:855)
      at org.graalvm.compiler.core.test.GraalCompilerTest.test(GraalCompilerTest.java:824)
      at org.graalvm.compiler.core.test.GraalCompilerTest.test(GraalCompilerTest.java:817)
      at org.graalvm.compiler.core.test.CountedLoopTest.testCounted(CountedLoopTest.java:685)
      at org.graalvm.compiler.core.test.CountedLoopTest.testCounted(CountedLoopTest.java:671)
      at org.graalvm.compiler.core.test.CountedLoopTest.decrementUnsigned7(CountedLoopTest.java:524)

            dnsimon Douglas Simon
            dlong Dean Long
            Votes:
            0 Vote for this issue
            Watchers:
            6 Start watching this issue

              Created:
              Updated:
              Resolved: