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

Expected compilation level after compilation to be no less than 1

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P3 P3
    • 9
    • 9
    • hotspot
    • b150
    • x86
    • linux

      JDK-8171060 may introduced a problem. There is intermediate failure with compiler/aot/RecompilationTest.java which throw exception:

      ava.lang.RuntimeException: METHOD_TEST: expected compilation level after compilation to be no less than 1 for METHOD_TEST: expected -1 >= 1
      at jdk.test.lib.Asserts.fail(Asserts.java:594)
      at jdk.test.lib.Asserts.assertGreaterThanOrEqual(Asserts.java:288)
      at jdk.test.lib.Asserts.assertGTE(Asserts.java:259)
      at compiler.aot.RecompilationTest.test(RecompilationTest.java:105)

      see attached RecompilationTest.jtr file.

            kvn Vladimir Kozlov
            kvn Vladimir Kozlov
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved: