[foreign-abi] RFR: Misc javadoc fixes [v2]

Athijegannathan Sundararajan sundar at openjdk.java.net
Thu Oct 8 14:03:05 UTC 2020


On Thu, 8 Oct 2020 14:00:26 GMT, Maurizio Cimadamore <mcimadamore at openjdk.org> wrote:

>> I did another pass on the ABI-related javadoc; this resulted in a biggie surgery of the javadoc in `CLinker` as well as
>> few minor changes/fixes in several places.
>
> Maurizio Cimadamore has updated the pull request incrementally with four additional commits since the last revision:
> 
>  - Merge branch 'abi-javadoc-fixes' of https://github.com/mcimadamore/panama-foreign into abi-javadoc-fixes
>  - Update src/jdk.incubator.foreign/share/classes/jdk/incubator/foreign/CLinker.java
>    
>    Co-authored-by: Jorn Vernee <JornVernee at users.noreply.github.com>
>  - Update src/jdk.incubator.foreign/share/classes/jdk/incubator/foreign/CLinker.java
>    
>    Co-authored-by: Jorn Vernee <JornVernee at users.noreply.github.com>
>  - Address review comments

Marked as reviewed by sundar (Committer).

src/jdk.incubator.foreign/share/classes/jdk/incubator/foreign/CLinker.java line 43:

> 41:
> 42: /**
> 43:  * A foreign linker which implements the C Application Binary Interface (ABI) calling conventions.

"which" can be dropped.

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

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


More information about the panama-dev mailing list