RFR: 8350263: JvmciNotifyBootstrapFinishedEventTest intermittently times out

Doug Simon dnsimon at openjdk.org
Tue Feb 18 14:40:09 UTC 2025


On Tue, 18 Feb 2025 14:34:11 GMT, Yudi Zheng <yzheng at openjdk.org> wrote:

>> Not sure I understand the question: `UseJVMCINativeLibrary` is a JVMCI flag just like all other JVMCI flags.
>
> IIUC `-UseJVMCINativeLibrary` will not use `libjvmcicompiler.so` but we don't include any Graal java class in `jmods/jdk.graal.compiler.jmod`, then what does it run?

The `-Djvmci.Compiler=ErrorCompiler` option specifies a different compiler implementation.

-------------

PR Review Comment: https://git.openjdk.org/jdk/pull/23679#discussion_r1959883507


More information about the hotspot-compiler-dev mailing list