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

Test compiler/whitebox/GetNMethodTest.java failed: must be osr_compiled

XMLWordPrintable

      -XX:+UnlockDiagnosticVMOptions -XX:-TieredCompilation -XX:+StressUnstableIfTraps

      TEST CASE:OSR_METHOD_TEST
      at test's start:

      private int compiler.whitebox.SimpleTestCaseHelper.osrMethod(long) throws java.lang.Exception:
      compilable: true
      compiled: false
      comp_level: 0
      osr_compilable: true
      osr_compiled: false
      osr_comp_level: 0
      in_queue: false
      compile_queues_size: 0

      on exception 'private int compiler.whitebox.SimpleTestCaseHelper.osrMethod(long) throws java.lang.Exception must be osr_compiled':
      private int compiler.whitebox.SimpleTestCaseHelper.osrMethod(long) throws java.lang.Exception:
      compilable: true
      compiled: true
      compile_id: 68
      comp_level: 4
      osr_compilable: true
      osr_compiled: false
      osr_comp_level: 0
      in_queue: false
      compile_queues_size: 0

      ----------System.err:(27/2235)----------
      java.lang.RuntimeException: private int compiler.whitebox.SimpleTestCaseHelper.osrMethod(long) throws java.lang.Exception must be osr_compiled
      at compiler.whitebox.CompilerWhiteBoxTest.checkCompiled(CompilerWhiteBoxTest.java:280)
      at compiler.whitebox.CompilerWhiteBoxTest.checkCompiled(CompilerWhiteBoxTest.java:258)
      at compiler.whitebox.GetNMethodTest.test(GetNMethodTest.java:64)
      at compiler.whitebox.CompilerWhiteBoxTest.runTest(CompilerWhiteBoxTest.java:166)
      at compiler.whitebox.CompilerWhiteBoxTest.main(CompilerWhiteBoxTest.java:125)
      at compiler.whitebox.GetNMethodTest.main(GetNMethodTest.java:50)
      at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:104)
      at java.base/java.lang.reflect.Method.invoke(Method.java:565)
      at com.sun.javatest.regtest.agent.MainWrapper$MainTask.run(MainWrapper.java:138)
      at java.base/java.lang.Thread.run(Thread.java:1474)
      java.lang.RuntimeException: private int compiler.whitebox.SimpleTestCaseHelper.osrMethod(long) throws java.lang.Exception must be osr_compiled
      at compiler.whitebox.CompilerWhiteBoxTest.checkCompiled(CompilerWhiteBoxTest.java:280)
      at compiler.whitebox.CompilerWhiteBoxTest.checkCompiled(CompilerWhiteBoxTest.java:258)
      at compiler.whitebox.GetNMethodTest.test(GetNMethodTest.java:64)
      at compiler.whitebox.CompilerWhiteBoxTest.runTest(CompilerWhiteBoxTest.java:166)
      at compiler.whitebox.CompilerWhiteBoxTest.main(CompilerWhiteBoxTest.java:125)
      at compiler.whitebox.GetNMethodTest.main(GetNMethodTest.java:50)
      at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:104)
      at java.base/java.lang.reflect.Method.invoke(Method.java:565)
      at com.sun.javatest.regtest.agent.MainWrapper$MainTask.run(MainWrapper.java:138)
      at java.base/java.lang.Thread.run(Thread.java:1474)

      JavaTest Message: Test threw exception: java.lang.RuntimeException: private int compiler.whitebox.SimpleTestCaseHelper.osrMethod(long) throws java.lang.Exception must be osr_compiled
      JavaTest Message: shutting down test

            Unassigned Unassigned
            dholmes David Holmes
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated: