[foreign-abi] Integrated: 8253373: Add package-level javadoc for foreign linker support

Maurizio Cimadamore mcimadamore at openjdk.java.net
Mon Sep 21 16:04:15 UTC 2020


On Fri, 18 Sep 2020 20:55:30 GMT, Maurizio Cimadamore <mcimadamore at openjdk.org> wrote:

> This patch modifies the toplevel javadoc of jdk.incubator.foreign to add details about the ABI support.
> 
> I've decided to split the javadoc into two main sections - one about memory access, and one about foreign function
> access; they have subsections for more detailed info.
> There's also a trailing toplevel section on "restricted method". I'm still wordsmithing the definition of "what's it
> like to be a restricted method" together with Alex, but this is a first attempt. It is likely that, once we have this
> done, we can have the various restrcited definitions inside the API refer bakc to this section.
> Link to javadoc:
> http://cr.openjdk.java.net/~mcimadamore/panama/foreign-linker-javadoc/javadoc/jdk/incubator/foreign/package-summary.html

This pull request has now been integrated.

Changeset: ce708b0c
Author:    Maurizio Cimadamore <mcimadamore at openjdk.org>
URL:       https://git.openjdk.java.net/panama-foreign/commit/ce708b0c
Stats:     144 lines in 1 file changed: 0 ins; 140 del; 4 mod

8253373: Add package-level javadoc for foreign linker support

Reviewed-by: sundar, jvernee

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

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


More information about the panama-dev mailing list