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

EnqueueMethodForCompilationTest.java fails to compile method

XMLWordPrintable

    • b112
    • windows

      From the test log:

      java.lang.RuntimeException: private int SimpleTestCase$Helper.method() must be compiled
      at CompilerWhiteBoxTest.checkCompiled(CompilerWhiteBoxTest.java:262)
      at EnqueueMethodForCompilationTest.test(EnqueueMethodForCompilationTest.java:77)
      at CompilerWhiteBoxTest.runTest(CompilerWhiteBoxTest.java:174)
      at CompilerWhiteBoxTest.main(CompilerWhiteBoxTest.java:131)
      at EnqueueMethodForCompilationTest.main(EnqueueMethodForCompilationTest.java:38)
      at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
      at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
      at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
      at java.lang.reflect.Method.invoke(Method.java:498)
      at com.sun.javatest.regtest.MainWrapper$MainThread.run(MainWrapper.java:94)
      at java.lang.Thread.run(Thread.java:745)

      JavaTest Message: Test threw exception: java.lang.RuntimeException: private int SimpleTestCase$Helper.method() must be compiled

            neliasso Nils Eliasson (Inactive)
            jwilhelm Jesper Wilhelmsson
            Votes:
            0 Vote for this issue
            Watchers:
            7 Start watching this issue

              Created:
              Updated:
              Resolved: