8318180: Memory model reference from foreign package-info is broken
Reviewed-by: jvernee
This commit is contained in:
parent
5bd10521eb
commit
b2b8db6533
@ -135,8 +135,8 @@
|
||||
* type must not be null, and any null argument will elicit a {@code NullPointerException}. This fact is not individually
|
||||
* documented for methods of this API.
|
||||
*
|
||||
* @apiNote Usual memory model guarantees, for example stated in {@jls 6.6} and {@jls 10.4}, do not apply
|
||||
* when accessing native memory segments as these segments are backed by off-heap regions of memory.
|
||||
* @apiNote Usual memory model guarantees (see {@jls 17.4}) do not apply when accessing native memory segments as
|
||||
* these segments are backed by off-heap regions of memory.
|
||||
*
|
||||
* @implNote
|
||||
* In the reference implementation, access to restricted methods can be granted to specific modules using the command line option
|
||||
|
Loading…
x
Reference in New Issue
Block a user