[foreign-abi] RFR: 8248560: Specify the behaviour of the ForeignLinker returned by CSupport::getSystemLinker [v2]

Maurizio Cimadamore mcimadamore at openjdk.java.net
Wed Sep 16 10:24:41 UTC 2020


On Wed, 16 Sep 2020 10:09:56 GMT, Jorn Vernee <jvernee at openjdk.org> wrote:

>> src/jdk.incubator.foreign/share/classes/jdk/incubator/foreign/CLinker.java line 418:
>> 
>>> 416:      * and any other type that fits into a {@code long}.
>>> 417:      */
>>> 418:     interface VaList extends Addressable, AutoCloseable {
>> 
>> Comment about sealedness and immutability here - probably for the Builder too
>
> Can do sealed, but neither VaList and Builder impls are immutable.

ah sure - just sealed

-------------

PR: https://git.openjdk.java.net/panama-foreign/pull/327


More information about the panama-dev mailing list