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

some compiler/whitebox/ tests fail with various errors, mostly: java.lang.RuntimeException: private compiler.whitebox.SimpleTestCase$Helper(int) must be compilable

XMLWordPrintable

      ----------System.out:(25/621)----------
      CompileCommand: compileonly compiler/whitebox/SimpleTestCase$Helper.*
      TEST CASE:CONSTRUCTOR_TEST
      at test's start:

      private compiler.whitebox.SimpleTestCase$Helper(int):
      compilable: false
      compiled: false
      comp_level: 0
      osr_compilable: false
      osr_compiled: false
      osr_comp_level: 0
      in_queue: false
      compile_queues_size: 0

      on exception 'private compiler.whitebox.SimpleTestCase$Helper(int) must be compilable':
      private compiler.whitebox.SimpleTestCase$Helper(int):
      compilable: false
      compiled: false
      comp_level: 0
      osr_compilable: false
      osr_compiled: false
      osr_comp_level: 0
      in_queue: false
      compile_queues_size: 0

      ----------System.err:(27/1963)----------
      java.lang.RuntimeException: private compiler.whitebox.SimpleTestCase$Helper(int) must be compilable
      at MakeMethodNotCompilableTest.test(MakeMethodNotCompilableTest.java:65)
      at compiler.whitebox.CompilerWhiteBoxTest.runTest(CompilerWhiteBoxTest.java:172)
      at compiler.whitebox.CompilerWhiteBoxTest.main(CompilerWhiteBoxTest.java:129)
      at MakeMethodNotCompilableTest.main(MakeMethodNotCompilableTest.java:41)
      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:92)
      at java.lang.Thread.run(Thread.java:747)
      java.lang.RuntimeException: private compiler.whitebox.SimpleTestCase$Helper(int) must be compilable
      at MakeMethodNotCompilableTest.test(MakeMethodNotCompilableTest.java:65)
      at compiler.whitebox.CompilerWhiteBoxTest.runTest(CompilerWhiteBoxTest.java:172)
      at compiler.whitebox.CompilerWhiteBoxTest.main(CompilerWhiteBoxTest.java:129)
      at MakeMethodNotCompilableTest.main(MakeMethodNotCompilableTest.java:41)
      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:92)
      at java.lang.Thread.run(Thread.java:747)

            dpochepk Dmitrij Pochepko
            twisti Christian Thalinger (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: