8257194: Add 'foreign linker API' in 'jdk.incubator.foreign' module desc/summary

Reviewed-by: jvernee, shade
This commit is contained in:
Maurizio Cimadamore 2020-12-08 12:15:13 +00:00
parent 35e81536e7
commit a70802477e

View File

@ -24,7 +24,7 @@
*/ */
/** /**
* Defines the experimental foreign memory access API. * Defines an API for accessing foreign memory and calling foreign functions, directly from Java.
* *
* {@Incubating} * {@Incubating}
* *