[jdk23u] Integrated: 8340398: [JVMCI] Unintuitive behavior of UseJVMCICompiler option

Todd V. Jonker duke at openjdk.org
Tue Oct 15 17:12:20 UTC 2024


On Fri, 4 Oct 2024 18:25:54 GMT, Todd V. Jonker <duke at openjdk.org> wrote:

> Clean backport of patch authored by @tzezula and approved by @dougxc
> 
> The patch default-enables `useJVMCINativeLibrary` when `EnableJVMCI` is on and `libgraal` present. While this is a behavior change, it seems unlikely that users would deploy `libgraal` and _not_ want it used by JVMCI.
> 
> This streamlines configuration of our JDK+Graal distro, which in turn allows two failing tests to pass without modification. Ultimately I'm aiming to get this into jdk21 which is our upstream: https://github.com/openjdk/jdk21u-dev/pull/1024

This pull request has now been integrated.

Changeset: c326ff12
Author:    Todd V. Jonker <jonker at amazon.com>
Committer: Paul Hohensee <phh at openjdk.org>
URL:       https://git.openjdk.org/jdk23u/commit/c326ff120f14421c1779ae5b24b24f1bc03cd5fc
Stats:     21 lines in 3 files changed: 12 ins; 3 del; 6 mod

8340398: [JVMCI] Unintuitive behavior of UseJVMCICompiler option

Backport-of: 4cd8c75a55163be33917b1fba9f360ea816f3aa9

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

PR: https://git.openjdk.org/jdk23u/pull/136


More information about the jdk-updates-dev mailing list