Re: RFR: 8312522: Implementation of Foreign Function & Memory API [v23]

2023-09-22 Thread Jorn Vernee
> This patch contains the implementation of the foreign linker & memory API JEP > for Java 22. The initial patch is composed of commits brought over directly > from the [panama-foreign repo](https://github.com/openjdk/panama-foreign). > The main changes found in this patch come from the followin

Re: RFR: 8312522: Implementation of Foreign Function & Memory API [v23]

2023-09-22 Thread Jorn Vernee
On Fri, 22 Sep 2023 15:26:45 GMT, Chen Liang wrote: > Just curious, for `Enable-Native-Access`, if it's present on an automatic > module `Automatic-Module-Name` jar, can it apply to only that automatic > module instead of all unnamed modules? No. It's only there for executable jars (run using

Re: RFR: 8312522: Implementation of Foreign Function & Memory API [v23]

2023-09-22 Thread Chen Liang
On Fri, 22 Sep 2023 15:20:05 GMT, Jorn Vernee wrote: >> This patch contains the implementation of the foreign linker & memory API >> JEP for Java 22. The initial patch is composed of commits brought over >> directly from the [panama-foreign >> repo](https://github.com/openjdk/panama-foreign).