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

Incorrect local variable table length

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Duplicate
    • Icon: P3 P3
    • None
    • 9
    • hotspot

      ----------configuration:(9/604)*----------
      Boot Layer
        add modules: java.base jdk.vm.ci
        add exports: java.base/jdk.internal.misc ALL-UNNAMED
                     java.base/jdk.internal.org.objectweb.asm ALL-UNNAMED
                     java.base/jdk.internal.org.objectweb.asm.tree ALL-UNNAMED
                     jdk.vm.ci/jdk.vm.ci.code ALL-UNNAMED
                     jdk.vm.ci/jdk.vm.ci.hotspot ALL-UNNAMED
        patch: jdk.vm.ci C:\\aurora\\sandbox\\results\\workDir\\classes\\1\\compiler\\jvmci\\common\\patches\\jdk.vm.ci

      ----------System.out:(0/0)----------
      ----------System.err:(18/1600)----------
      java.lang.RuntimeException: public default int compiler.jvmci.compilerToVM.DummyInterface.dummyDefaultFunction(int,int) : incorrect local variable table length.: expected 0 to equal 4
      at jdk.test.lib.Asserts.fail(Asserts.java:594)
      at jdk.test.lib.Asserts.assertEquals(Asserts.java:205)
      at jdk.test.lib.Asserts.assertEQ(Asserts.java:178)
      at compiler.jvmci.compilerToVM.GetLocalVariableTableTest.runSanityTest(GetLocalVariableTableTest.java:110)
      at java.base/java.util.HashMap.forEach(HashMap.java:1340)
      at compiler.jvmci.compilerToVM.GetLocalVariableTableTest.main(GetLocalVariableTableTest.java:67)
      at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
      at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
      at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
      at java.base/java.lang.reflect.Method.invoke(Method.java:543)
      at com.sun.javatest.regtest.agent.MainWrapper$MainThread.run(MainWrapper.java:110)
      at java.base/java.lang.Thread.run(Thread.java:844)

            dnsimon Douglas Simon
            jwilhelm Jesper Wilhelmsson
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved: