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

Maurizio Cimadamore mcimadamore at openjdk.java.net
Mon Jun 15 15:10:52 UTC 2020


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

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

Commit messages:
 - Tweak API and javadoc for VaList

Changes: https://git.openjdk.java.net/panama-foreign/pull/206/files
 Webrev: https://webrevs.openjdk.java.net/panama-foreign/206/webrev.00
  Stats: 59 lines in 4 files changed: 26 ins; 4 del; 29 mod
  Patch: https://git.openjdk.java.net/panama-foreign/pull/206.diff
  Fetch: git fetch https://git.openjdk.java.net/panama-foreign pull/206/head:pull/206

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


More information about the panama-dev mailing list