Integrated: 8318072: DowncallLinker does not acquire/release segments in interpreter
Jorn Vernee
jvernee at openjdk.org
Sat Oct 14 20:26:57 UTC 2023
On Fri, 13 Oct 2023 08:00:07 GMT, Jorn Vernee <jvernee at openjdk.org> wrote:
> Implement missing by-reference argument acquire/release functionality in DowncallLinker::invokeInterpBindings.
>
> I've also simplified the related code a bit:
> - `retIndexMap` was not used. I've removed it
> - `BindingInterpreter.StoreFunc::store`'s type argument was not used. Removed
> - UpcallLinker was redundantly collecting the move bindings for return values. Removed
>
> I've added runs without specialization to the failing tests as well, so that we keep testing this.
>
> Testing: `jdk_foreign` suite.
This pull request has now been integrated.
Changeset: 1d54e73f
Author: Jorn Vernee <jvernee at openjdk.org>
URL: https://git.openjdk.org/jdk/commit/1d54e73f6acf6e8fad674206b168c950d62c6f58
Stats: 64 lines in 6 files changed: 44 ins; 7 del; 13 mod
8318072: DowncallLinker does not acquire/release segments in interpreter
Reviewed-by: mcimadamore
-------------
PR: https://git.openjdk.org/jdk/pull/16177
More information about the core-libs-dev
mailing list