RFR: 8308041: [JVMCI] WB_IsGCSupportedByJVMCICompiler must enter correct JVMCI env

Tobias Hartmann thartmann at openjdk.org
Mon May 15 09:09:47 UTC 2023


On Sat, 13 May 2023 19:09:46 GMT, Doug Simon <dnsimon at openjdk.org> wrote:

> The `WB_IsGCSupportedByJVMCICompiler` function in `whitebox.cpp` must use the same JVMCI environment (i.e. jarjvmci or libjvmci) that will be used by the `CompileBroker`. Otherwise, the question is being asked to the wrong JVMCI compiler implementation (which may not even exist in one of the 2 possible JVMCI environments).

Okay, thanks for the details.

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

PR Comment: https://git.openjdk.org/jdk/pull/13971#issuecomment-1547471852


More information about the hotspot-dev mailing list