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

compiler/whitebox/BlockingCompilation.java fails due to method not compiled

XMLWordPrintable

    • b112

      The test compiler/whitebox/BlockingCompilation.java fails with the following error message:

      ----------System.err:(13/987)----------
      java.lang.Exception: public static int BlockingCompilation.foo() should be compiled at level 4(but is actually compiled at level 0)
      at BlockingCompilation.main(BlockingCompilation.java:104)
      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)

      JavaTest Message: Test threw exception: java.lang.Exception: public static int BlockingCompilation.foo() should be compiled at level 4(but is actually compiled at level 0)
      JavaTest Message: shutting down test

      The test was added with the recent change, JDK-8150646.

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

              Created:
              Updated:
              Resolved: