[foreign-abi] RFR: 8248420: Add a variant of VaList::make which takes a NativeScope [v3]

Jorn Vernee jvernee at openjdk.java.net
Thu Jul 16 13:03:48 UTC 2020


On Wed, 15 Jul 2020 01:01:25 GMT, Paul Sandoz <psandoz at openjdk.org> wrote:

>> Jorn Vernee has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   Update CSupport.java
>>   
>>   Typo
>
> Docs are much better. Recommend where you space out paragraphs to also include <p> otherwise the JavaDoc will render
> them as one paragraph (using the doc view in IntelliJ should help you get a sense of that).

I've implemented the dummy segment in WinVaList to keep track of the liveness of copies, that makes the behaviour of
closing copies the same on both Windows and SysV (and presumably also AArch64, but can't test that currently)

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

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


More information about the panama-dev mailing list