[foreign-abi] [Rev 01] RFR: Tweak API and javadoc for VaList

Jorn Vernee jvernee at openjdk.java.net
Mon Jun 15 15:51:08 UTC 2020


On Mon, 15 Jun 2020 15:50:45 GMT, Maurizio Cimadamore <mcimadamore at openjdk.org> wrote:

>> This is a small patch which fixes some javadoc and API issues in the CSupport.VaList class. Main changes are:
>> 
>> * CSupport::newVaList has been moved as a static factory in VaList (new name is `make`)
>> * Valist::toAddress() renamed to just `address`
>> * minor javadoc tweaks to better clarify the distinction between underlying C va list and the Java VaList warpper
>
> Maurizio Cimadamore has updated the pull request with a new target base due to a merge or a rebase. The incremental
> webrev excludes the unrelated changes brought in by the merge/rebase. The pull request contains two additional commits
> since the last revision:
>  - * Fix issue in javadoc
>    * integrate latest changes in StdLibTest
>  - Tweak API and javadoc for VaList

Marked as reviewed by jvernee (Committer).

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

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


More information about the panama-dev mailing list