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

compiler/whitebox/GetNMethodTest.java: java.lang.RuntimeException: blob_type[MethodProfiled] for 2 level isn't MethodNonProfiled

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P1 P1
    • 9
    • 9
    • hotspot
    • b43
    • Verified

        #section:main
        ----------messages:(3/389)----------
        command: main -Xbootclasspath/a:. -Xmixed -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -XX:CompileCommand=compileonly,SimpleTestCase$Helper::* GetNMethodTest
        reason: User specified action: run main/othervm -Xbootclasspath/a:. -Xmixed -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -XX:CompileCommand=compileonly,SimpleTestCase$Helper::* GetNMethodTest
        elapsed time (seconds): 2.71
        ----------System.out:(25/577)----------
        CompilerOracle: compileonly SimpleTestCase$Helper.*
        TEST CASE:CONSTRUCTOR_TEST
        at test's start:

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

        on exception 'blob_type[MethodProfiled] for 2 level isn't MethodNonProfiled':
        private SimpleTestCase$Helper(int):
        compilable: true
        compiled: true
        comp_level: 2
        osr_compilable: true
        osr_compiled: false
        osr_comp_level: 0
        in_queue: false
        compile_queues_size: 0

        ----------System.err:(37/2430)----------
        java.lang.RuntimeException: blob_type[MethodProfiled] for 2 level isn't MethodNonProfiled
        at com.oracle.java.testlibrary.Asserts.error(Asserts.java:450)
        at com.oracle.java.testlibrary.Asserts.assertTrue(Asserts.java:377)
        at com.oracle.java.testlibrary.Asserts.assertEquals(Asserts.java:169)
        at com.oracle.java.testlibrary.Asserts.assertEQ(Asserts.java:142)
        at GetNMethodTest.checkBlockType(GetNMethodTest.java:95)
        at GetNMethodTest.test(GetNMethodTest.java:78)
        at CompilerWhiteBoxTest.runTest(CompilerWhiteBoxTest.java:174)
        at CompilerWhiteBoxTest.main(CompilerWhiteBoxTest.java:131)
        at GetNMethodTest.main(GetNMethodTest.java:42)
        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)
        java.lang.RuntimeException: blob_type[MethodProfiled] for 2 level isn't MethodNonProfiled
        at com.oracle.java.testlibrary.Asserts.error(Asserts.java:450)
        at com.oracle.java.testlibrary.Asserts.assertTrue(Asserts.java:377)
        at com.oracle.java.testlibrary.Asserts.assertEquals(Asserts.java:169)
        at com.oracle.java.testlibrary.Asserts.assertEQ(Asserts.java:142)
        at GetNMethodTest.checkBlockType(GetNMethodTest.java:95)
        at GetNMethodTest.test(GetNMethodTest.java:78)
        at CompilerWhiteBoxTest.runTest(CompilerWhiteBoxTest.java:174)
        at CompilerWhiteBoxTest.main(CompilerWhiteBoxTest.java:131)
        at GetNMethodTest.main(GetNMethodTest.java:42)
        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: blob_type[MethodProfiled] for 2 level isn't MethodNonProfiled
        JavaTest Message: shutting down test



        RULE compiler/whitebox/GetNMethodTest.java Exception java.lang.RuntimeException: blob_type[MethodProfiled] for ... level isn't MethodNonProfiled

              tpivovarova Tatiana Pivovarova (Inactive)
              sla Staffan Larsen (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

                Created:
                Updated:
                Resolved: