[foreign-memaccess] RFR: Fix javadoc in jdk.incubator.foreign.Foreign
Jorn Vernee
jvernee at openjdk.java.net
Mon Apr 6 14:17:53 UTC 2020
On Mon, 6 Apr 2020 13:42:20 GMT, Maurizio Cimadamore <mcimadamore at openjdk.org> wrote:
> This simple patch fixes an issue in the Foreign javadoc which was referring to the concept of "primordial" segment (a
> synonim of Nothing segment). As per recent changes, now we can speak of address that do _not_ have a segment (e.g.
> address.segment() == null), so javadoc should be rectified to reflect that.
Marked as reviewed by jvernee (Committer).
-------------
PR: https://git.openjdk.java.net/panama-foreign/pull/98
More information about the panama-dev
mailing list