RFR: 8350263: JvmciNotifyBootstrapFinishedEventTest intermittently times out

Yudi Zheng yzheng at openjdk.org
Tue Feb 18 14:37:13 UTC 2025


On Tue, 18 Feb 2025 14:28:58 GMT, Doug Simon <dnsimon at openjdk.org> wrote:

>> test/hotspot/jtreg/compiler/jvmci/TestUncaughtErrorInCompileMethod.java line 89:
>> 
>>> 87:             "-XX:+UnlockExperimentalVMOptions",
>>> 88:             "-XX:+UseJVMCICompiler", "-Djvmci.Compiler=ErrorCompiler",
>>> 89:             "-XX:-UseJVMCINativeLibrary",
>> 
>> do we support this in a jdk build?
>
> 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?

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

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


More information about the hotspot-compiler-dev mailing list