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

compiler/jvmci/compilerToVM/GetLocalVariableTableTest.java fails with incorrect local variable table length message due to issues with timestamp

XMLWordPrintable

    • x86_64
    • windows_7

      java.lang.RuntimeException: public default int compiler.jvmci.compilerToVM.DummyInterface.dummyDefaultFunction(int,int) : incorrect local variable table length. (assert failed: 0 == 4)
      at jdk.test.lib.Asserts.error(Asserts.java:447)
      at jdk.test.lib.Asserts.assertTrue(Asserts.java:374)
      at jdk.test.lib.Asserts.assertEquals(Asserts.java:169)
      at jdk.test.lib.Asserts.assertEQ(Asserts.java:143)
      at compiler.jvmci.compilerToVM.GetLocalVariableTableTest.runSanityTest(GetLocalVariableTableTest.java:111)
      at java.util.HashMap.forEach(java.base@9-internal/HashMap.java:1340)
      at compiler.jvmci.compilerToVM.GetLocalVariableTableTest.main(GetLocalVariableTableTest.java:68)
      ......................................

      jdk.vm.ci.hotspot.CompilerToVM::getLocalVariableTableLength got 0 for compiler.jvmci.compilerToVM.DummyInterface::dummyDefaultFunction
      this function has one local variable, two parameters and implicit 'parameter' this

      javap output
       
        public int dummyDefaultFunction(int, int);
          descriptor: (II)I
          flags: ACC_PUBLIC
          Code:
            stack=4, locals=4, args_size=3
               0: iload_1
      .....................................

            rraghavan Rahul Raghavan
            tpivovarova Tatiana Pivovarova (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            7 Start watching this issue

              Created:
              Updated:
              Resolved: