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

Doug Simon dnsimon at openjdk.org
Tue May 16 08:50:45 UTC 2023


On Mon, 15 May 2023 09:07:11 GMT, Tobias Hartmann <thartmann 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.

Thanks for the review @TobiHartmann .

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

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


More information about the hotspot-dev mailing list