RFR: 8340576: Some JVMCI flags are inconsistent

Tomáš Zezula duke at openjdk.org
Tue Sep 24 11:55:46 UTC 2024


On Sun, 22 Sep 2024 15:20:22 GMT, Doug Simon <dnsimon at openjdk.org> wrote:

>> 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.

This will conflict with my change https://github.com/openjdk/jdk/pull/21069/commits/b75504633bc0f4fcecc1c08552e556b26d9ffbb9.

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

PR Review Comment: https://git.openjdk.org/jdk/pull/21120#discussion_r1770895396


More information about the hotspot-dev mailing list