[jdk21u-dev] Integrated: 8340398: [JVMCI] Unintuitive behavior of UseJVMCICompiler option
Todd V. Jonker
duke at openjdk.org
Mon Oct 21 17:52:13 UTC 2024
On Fri, 4 Oct 2024 18:43:21 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.
>
> Equivalent backport to 23: https://github.com/openjdk/jdk23u/pull/136
This pull request has now been integrated.
Changeset: b010fdc0
Author: Todd V. Jonker <jonker at amazon.com>
Committer: Victor Rudometov <vrudomet at openjdk.org>
URL: https://git.openjdk.org/jdk21u-dev/commit/b010fdc0b1a84600aa559e32fb2fda0ff519ceec
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/jdk21u-dev/pull/1024
More information about the jdk-updates-dev
mailing list