On Fri, 13 Oct 2023 08:00:07 GMT, Jorn Vernee <jver...@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. DowncallLinker is not spelled correctly in the PR and JBS issue. Fixing this could improve searchability. ------------- PR Comment: https://git.openjdk.org/jdk/pull/16177#issuecomment-1762026584