On Fri, 17 Mar 2023 15:42:56 GMT, Per Minborg <pminb...@openjdk.org> wrote:

> API changes for the FFM API (third preview)
> 
> Specdiff:
> https://cr.openjdk.org/~pminborg/panama/21/v1/specdiff/overview-summary.html
> 
> Javadoc:
> https://cr.openjdk.org/~pminborg/panama/21/v1/javadoc/java.base/module-summary.html

src/java.base/share/classes/java/lang/foreign/AddressLayout.java line 93:

> 91:      * @apiNote
> 92:      * This method can also be used to create an address layout which, 
> when used, creates native memory
> 93:      * segments with maximal size (e.g. {@linkplain Long#MAX_VALUE}. This 
> can be done by using a target sequence

Suggestion:

     * segments with maximal size (e.g. {@linkplain Long#MAX_VALUE}). This can 
be done by using a target sequence

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

PR Review Comment: https://git.openjdk.org/jdk/pull/13079#discussion_r1142769618

Reply via email to