RFR: 8350263: JvmciNotifyBootstrapFinishedEventTest intermittently times out
Yudi Zheng
yzheng at openjdk.org
Tue Feb 18 14:43:24 UTC 2025
On Tue, 18 Feb 2025 14:37:40 GMT, Doug Simon <dnsimon at openjdk.org> wrote:
>> 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.
I see now. So `+UseJVMCINativeLibrary` overrides `-Djvmci.Compiler=ErrorCompiler` and that is why we have to explicitly specify `-UseJVMCINativeLibrary`?
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/23679#discussion_r1959889782
More information about the hotspot-compiler-dev
mailing list