Re: RFR: 8277924: Small tweaks to foreign function and memory API [v5]

2021-12-02 Thread Maurizio Cimadamore
> Following integration of the second incubator of the foreign function and > memory API [1], we detected few divergences between the contents of the jdk > repo and the panama repo: > > * the name of some of the `FunctionDescriptor` wither methods is different > (e.g. `withAppendedLayoutArgumen

Re: RFR: 8277924: Small tweaks to foreign function and memory API [v4]

2021-11-30 Thread Maurizio Cimadamore
> Following integration of the second incubator of the foreign function and > memory API [1], we detected few divergences between the contents of the jdk > repo and the panama repo: > > * the name of some of the `FunctionDescriptor` wither methods is different > (e.g. `withAppendedLayoutArgumen

Re: RFR: 8277924: Small tweaks to foreign function and memory API [v3]

2021-11-30 Thread Paul Sandoz
On Tue, 30 Nov 2021 13:20:32 GMT, Maurizio Cimadamore wrote: >> Following integration of the second incubator of the foreign function and >> memory API [1], we detected few divergences between the contents of the jdk >> repo and the panama repo: >> >> * the name of some of the `FunctionDescri

Re: RFR: 8277924: Small tweaks to foreign function and memory API [v2]

2021-11-30 Thread Maurizio Cimadamore
On Mon, 29 Nov 2021 18:32:30 GMT, Maurizio Cimadamore wrote: >> Following integration of the second incubator of the foreign function and >> memory API [1], we detected few divergences between the contents of the jdk >> repo and the panama repo: >> >> * the name of some of the `FunctionDescri

Re: RFR: 8277924: Small tweaks to foreign function and memory API [v3]

2021-11-30 Thread Maurizio Cimadamore
> Following integration of the second incubator of the foreign function and > memory API [1], we detected few divergences between the contents of the jdk > repo and the panama repo: > > * the name of some of the `FunctionDescriptor` wither methods is different > (e.g. `withAppendedLayoutArgumen

Re: RFR: 8277924: Small tweaks to foreign function and memory API [v2]

2021-11-29 Thread Jorn Vernee
On Mon, 29 Nov 2021 18:32:30 GMT, Maurizio Cimadamore wrote: >> Following integration of the second incubator of the foreign function and >> memory API [1], we detected few divergences between the contents of the jdk >> repo and the panama repo: >> >> * the name of some of the `FunctionDescri

Re: RFR: 8277924: Small tweaks to foreign function and memory API [v2]

2021-11-29 Thread Maurizio Cimadamore
> Following integration of the second incubator of the foreign function and > memory API [1], we detected few divergences between the contents of the jdk > repo and the panama repo: > > * the name of some of the `FunctionDescriptor` wither methods is different > (e.g. `withAppendedLayoutArgumen

Re: RFR: 8277924: Small tweaks to foreign function and memory API [v2]

2021-11-29 Thread Maurizio Cimadamore
On Mon, 29 Nov 2021 13:26:11 GMT, Jorn Vernee wrote: >> Maurizio Cimadamore has updated the pull request incrementally with one >> additional commit since the last revision: >> >> Update >> src/jdk.incubator.foreign/share/classes/jdk/incubator/foreign/ValueLayout.java >> >> Co-authored-

Re: RFR: 8277924: Small tweaks to foreign function and memory API

2021-11-29 Thread Maurizio Cimadamore
On Mon, 29 Nov 2021 11:22:45 GMT, Maurizio Cimadamore wrote: > Following integration of the second incubator of the foreign function and > memory API [1], we detected few divergences between the contents of the jdk > repo and the panama repo: > > * the name of some of the `FunctionDescriptor`

Re: RFR: 8277924: Small tweaks to foreign function and memory API

2021-11-29 Thread Jorn Vernee
On Mon, 29 Nov 2021 11:22:45 GMT, Maurizio Cimadamore wrote: > Following integration of the second incubator of the foreign function and > memory API [1], we detected few divergences between the contents of the jdk > repo and the panama repo: > > * the name of some of the `FunctionDescriptor`

RFR: 8277924: Small tweaks to foreign function and memory API

2021-11-29 Thread Maurizio Cimadamore
Following integration of the second incubator of the foreign function and memory API [1], we detected few divergences between the contents of the jdk repo and the panama repo: * the name of some of the `FunctionDescriptor` wither methods is different (e.g. `withAppendedLayoutArguments` vs. `app