mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 14:54:52 +02:00
8318180: Memory model reference from foreign package-info is broken
Reviewed-by: jvernee
This commit is contained in:
parent
5bd10521eb
commit
b2b8db6533
1 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue