RFR: JDK-8318981: compiler/compilercontrol/TestConflictInlineCommands.java fails intermittent with 'disallowed by CompileCommand' missing from stdout/stderr
Martin Doerr
mdoerr at openjdk.org
Fri Oct 27 14:18:40 UTC 2023
On Fri, 27 Oct 2023 14:07:31 GMT, Matthias Baesken <mbaesken at openjdk.org> wrote:
> We run sometimes into this error (especially on some virtualized windows machines) :
>
> java.lang.RuntimeException: 'disallowed by CompileCommand' missing from stdout/stderr
> at jdk.test.lib.process.OutputAnalyzer.shouldContain(OutputAnalyzer.java:221)
> at compiler.compilercontrol.TestConflictInlineCommands.main(TestConflictInlineCommands.java:51)
> 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)
>
> might be similar to [JDK-8316411](https://bugs.openjdk.org/browse/JDK-8316411) .
LGTM.
-------------
Marked as reviewed by mdoerr (Reviewer).
PR Review: https://git.openjdk.org/jdk/pull/16402#pullrequestreview-1701901008
More information about the hotspot-compiler-dev
mailing list