mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 07:14:30 +02:00
8298797: Specification of some restricted methods is incorrect
Reviewed-by: jvernee, pminborg
This commit is contained in:
parent
0ba4734891
commit
f771c56e16
6 changed files with 19 additions and 23 deletions
|
@ -424,6 +424,7 @@ public sealed interface ValueLayout extends MemoryLayout {
|
|||
* restricted methods, and use safe and supported functionalities, where possible.
|
||||
*
|
||||
* @return an unbounded address layout with same characteristics as this layout.
|
||||
* @throws IllegalCallerException If the caller is in a module that does not have native access enabled.
|
||||
* @see #isUnbounded()
|
||||
*/
|
||||
@CallerSensitive
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue