On Tue, 26 Sep 2023 21:59:35 GMT, Paul Sandoz <psan...@openjdk.org> wrote:
> In the implementation the functional interfaces > `BindingInterpreter.StoreFunc/LoadFunc` are package private, but are used in > internal public signatures. This was previously like this and it's not a big > deal but i recommend making those interfaces public. This was fixed in the panama-foreign repo: https://github.com/openjdk/panama-foreign/pull/891 I'll add that commit to this patch as well. > We can also remove `@enablePreview` from `IndirectVarHandleTest` Good catch! ------------- PR Comment: https://git.openjdk.org/jdk/pull/15103#issuecomment-1736481584