RFR: 8312522: Implementation of Foreign Function & Memory API [v27]
Jorn Vernee
jvernee at openjdk.org
Wed Sep 27 00:36:22 UTC 2023
On Tue, 26 Sep 2023 21:59:35 GMT, Paul Sandoz <psandoz at 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
More information about the build-dev
mailing list