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

Doug Simon dnsimon at openjdk.org
Tue May 16 08:53:52 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).

This pull request has now been integrated.

Changeset: c9b6bb5b
Author:    Doug Simon <dnsimon at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/c9b6bb5bd7d5ca17825f8eb4f181fb42ca14a5d5
Stats:     2 lines in 1 file changed: 1 ins; 0 del; 1 mod

8308041: [JVMCI] WB_IsGCSupportedByJVMCICompiler must enter correct JVMCI env

Reviewed-by: thartmann

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

PR: https://git.openjdk.org/jdk/pull/13971


More information about the hotspot-dev mailing list