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

EnqueueMethodForCompilationTest.java still fails to compile method

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P4 P4
    • 9
    • 9
    • hotspot
    • b120
    • x86_64
    • solaris_11

      The test compiler/whitebox/EnqueueMethodForCompilationTest.java fails with

      ----------System.err:(29/2165)----------
      java.lang.RuntimeException: private compiler.whitebox.SimpleTestCase$Helper(int) must be compiled
      at compiler.whitebox.CompilerWhiteBoxTest.checkCompiled(CompilerWhiteBoxTest.java:260)
      at EnqueueMethodForCompilationTest.test(EnqueueMethodForCompilationTest.java:81)
      at compiler.whitebox.CompilerWhiteBoxTest.runTest(CompilerWhiteBoxTest.java:172)
      at compiler.whitebox.CompilerWhiteBoxTest.main(CompilerWhiteBoxTest.java:129)
      at EnqueueMethodForCompilationTest.main(EnqueueMethodForCompilationTest.java:48)
      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:520)
      at com.sun.javatest.regtest.agent.MainWrapper$MainThread.run(MainWrapper.java:110)
      at java.lang.Thread.run(Thread.java:804)

      The same problem was already handled by JDK-8066770. The problem happens also with the fix for JDK-8066770.

            neliasso Nils Eliasson (Inactive)
            zmajo Zoltan Majo (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: