RFR: 8340576: Some JVMCI flags are inconsistent
Doug Simon
dnsimon at openjdk.org
Tue Sep 24 11:55:46 UTC 2024
On Sun, 22 Sep 2024 14:28:46 GMT, Yudi Zheng <yzheng at openjdk.org> wrote:
>> This PR replaces some uses of `UseJVMCICompiler` with `EnableJVMCI` so that JVMCI code paths are taken when JVMCI is only used for non-CompilerBroker compilations.
>
> src/hotspot/share/jvmci/jvmci_globals.cpp line 83:
>
>> 81: CHECK_NOT_SET(LibJVMCICompilerThreadHidden, UseJVMCICompiler)
>> 82:
>> 83: if ((UseJVMCICompiler || EnableJVMCI) &&
>
> Doesn't `UseJVMCICompiler` require `EnableJVMCI`?
No.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/21120#discussion_r1770577425
More information about the hotspot-dev
mailing list