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

compiler/whitebox/IsMethodCompilableTest.java fails with 'private int SimpleTestCase$Helper.method() is still compilable after 3 iterations'

    XMLWordPrintable

Details

    • b07
    • 9
    • b20

    Backports

      Description

        compiler/whitebox/IsMethodCompilableTest.java
         
        Failed on Linux amd64 and Solaris amd64 with


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

        PerMethodRecompilationCutoff = 3
        on exception 'private int SimpleTestCase$Helper.method() is still compilable after 3 iterations':
        private int SimpleTestCase$Helper.method():
        compilable: true
        compiled: false
        comp_level: 0
        osr_compilable: true
        osr_compiled: false
        osr_comp_level: 0
        in_queue: false
        compile_queues_size: 0

        ----------System.err:(27/1881)----------
        java.lang.RuntimeException: private int SimpleTestCase$Helper.method() is still compilable after 3 iterations
        at IsMethodCompilableTest.test(IsMethodCompilableTest.java:114)
        at CompilerWhiteBoxTest.runTest(CompilerWhiteBoxTest.java:185)
        at CompilerWhiteBoxTest.main(CompilerWhiteBoxTest.java:142)
        at IsMethodCompilableTest.main(IsMethodCompilableTest.java:55)
        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:484)
        at com.sun.javatest.regtest.MainWrapper$MainThread.run(MainWrapper.java:94)
        at java.lang.Thread.run(Thread.java:744)
        java.lang.RuntimeException: private int SimpleTestCase$Helper.method() is still compilable after 3 iterations
        at IsMethodCompilableTest.test(IsMethodCompilableTest.java:114)
        at CompilerWhiteBoxTest.runTest(CompilerWhiteBoxTest.java:185)
        at CompilerWhiteBoxTest.main(CompilerWhiteBoxTest.java:142)
        at IsMethodCompilableTest.main(IsMethodCompilableTest.java:55)
        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:484)
        at com.sun.javatest.regtest.MainWrapper$MainThread.run(MainWrapper.java:94)
        at java.lang.Thread.run(Thread.java:744)

        JavaTest Message: Test threw exception: java.lang.RuntimeException: private int SimpleTestCase$Helper.method() is still compilable after 3 iterations
        JavaTest Message: shutting down test

        STATUS:Failed.`main' threw exception: java.lang.RuntimeException: private int SimpleTestCase$Helper.method() is still compilable after 3 iterations
         
            Host: spb23176, Oracle Linux 6.4 (2.6.39-400.21.1.el6uek.x86_64)
            Options: -server -Xcomp -XX:MaxRAMFraction=8 -XX:+CreateMinidumpOnCrash -XX:ReservedCodeCacheSize=256M

        Attachments

          Issue Links

            Activity

              People

                neliasso Nils Eliasson (Inactive)
                allwin Peter Allwin (Inactive)
                Votes:
                0 Vote for this issue
                Watchers:
                6 Start watching this issue

                Dates

                  Created:
                  Updated:
                  Resolved: