Integrated: JDK-8316411: compiler/compilercontrol/TestConflictInlineCommands.java fails intermittent with force inline by CompileCommand missing
Matthias Baesken
mbaesken at openjdk.org
Wed Sep 20 09:11:51 UTC 2023
On Mon, 18 Sep 2023 10:43:19 GMT, Matthias Baesken <mbaesken at openjdk.org> wrote:
> We run sometimes into this error (especially on some virtualized windows machines) :
>
> java.lang.RuntimeException: 'force inline by CompileCommand' missing from stdout/stderr
> at jdk.test.lib.process.OutputAnalyzer.shouldContain(OutputAnalyzer.java:221)
> at compiler.compilercontrol.TestConflictInlineCommands.main(TestConflictInlineCommands.java:63)
> 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:1570)
>
> Maybe we do not reach the "force inline" action of the JIT so the output is missing.
This pull request has now been integrated.
Changeset: e1870d36
Author: Matthias Baesken <mbaesken at openjdk.org>
URL: https://git.openjdk.org/jdk/commit/e1870d360e05c372e672b519d7de2a60c333675b
Stats: 4 lines in 1 file changed: 4 ins; 0 del; 0 mod
8316411: compiler/compilercontrol/TestConflictInlineCommands.java fails intermittent with force inline by CompileCommand missing
Reviewed-by: mdoerr, chagedorn
-------------
PR: https://git.openjdk.org/jdk/pull/15783
More information about the hotspot-compiler-dev
mailing list