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

compiler/ciReplay/TestInliningProtectionDomain.java failed with RuntimeException: should only dump inline information for ... expected true, was false

XMLWordPrintable

    • b08

        The following test failed in the JDK23 CI:

        compiler/ciReplay/TestInliningProtectionDomain.java

        Here's a snippet from the log file:

        #section:driver
        ----------messages:(8/368)----------
        command: driver compiler.ciReplay.TestInliningProtectionDomain
        reason: User specified action: run driver compiler.ciReplay.TestInliningProtectionDomain
        started: Sat Jan 20 10:40:17 GMT 2024
        Mode: agentvm
        Agent id: 25
        Additional exports to unnamed modules from @modules: java.base/jdk.internal.misc
        finished: Sat Jan 20 10:40:19 GMT 2024
        elapsed time (seconds): 1.936
        ----------configuration:(17/2487)----------

        <snip>

        ----------System.err:(17/1193)----------
        java.lang.RuntimeException: should only dump inline information for compiler.ciReplay.ProtectionDomainTestNoOtherCompilationPrivateString test: expected true, was false
        at jdk.test.lib.Asserts.fail(Asserts.java:634)
        at jdk.test.lib.Asserts.assertTrue(Asserts.java:486)
        at compiler.ciReplay.InliningBase.parseLogFile(InliningBase.java:152)
        at compiler.ciReplay.TestInliningProtectionDomain.testAction(TestInliningProtectionDomain.java:64)
        at compiler.ciReplay.DumpReplayBase.runTest(DumpReplayBase.java:54)
        at compiler.ciReplay.InliningBase.runTest(InliningBase.java:54)
        at compiler.ciReplay.TestInliningProtectionDomain.<init>(TestInliningProtectionDomain.java:54)
        at compiler.ciReplay.TestInliningProtectionDomain.main(TestInliningProtectionDomain.java:46)
        at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
        at java.base/java.lang.reflect.Method.invoke(Method.java:580)
        at com.sun.javatest.regtest.agent.MainActionHelper$AgentVMRunnable.run(MainActionHelper.java:333)
        at java.base/java.lang.Thread.run(Thread.java:1575)

        JavaTest Message: Test threw exception: java.lang.RuntimeException
        JavaTest Message: shutting down test

        result: Failed. Execution failed: `main' threw exception: java.lang.RuntimeException: should only dump inline information for compiler.ciReplay.ProtectionDomainTestNoOtherCompilationPrivateString test: expected true, was false

              chagedorn Christian Hagedorn
              dcubed Daniel Daugherty
              Votes:
              0 Vote for this issue
              Watchers:
              5 Start watching this issue

                Created:
                Updated:
                Resolved: