mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 14:54:52 +02:00
8246095: Tweaks to memory access API
Add more user friendly API points to the foreign memory acesss API Reviewed-by: chegar, psandoz
This commit is contained in:
parent
eec7750e55
commit
f1e1cb7055
25 changed files with 1634 additions and 185 deletions
|
@ -231,6 +231,8 @@ module java.base {
|
|||
jdk.internal.vm.ci,
|
||||
jdk.incubator.foreign,
|
||||
jdk.unsupported;
|
||||
exports jdk.internal.util to
|
||||
jdk.incubator.foreign;
|
||||
exports jdk.internal.util.jar to
|
||||
jdk.jartool;
|
||||
exports jdk.internal.util.xml to
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue