RFR: 8308041: [JVMCI] WB_IsGCSupportedByJVMCICompiler must enter correct JVMCI env
Tobias Hartmann
thartmann at openjdk.org
Mon May 15 05:42:43 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).
Looks good to me.
-------------
Marked as reviewed by thartmann (Reviewer).
PR Review: https://git.openjdk.org/jdk/pull/13971#pullrequestreview-1425794900
More information about the hotspot-dev
mailing list