mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 06:45:07 +02:00
8254231: Implementation of Foreign Linker API (Incubator)
Reviewed-by: coleenp, ihse, dholmes, vlivanov
This commit is contained in:
parent
53f38353e0
commit
0fb31dbf3a
212 changed files with 67390 additions and 179 deletions
|
@ -164,7 +164,8 @@ module java.base {
|
|||
exports jdk.internal.loader to
|
||||
java.instrument,
|
||||
java.logging,
|
||||
java.naming;
|
||||
java.naming,
|
||||
jdk.incubator.foreign;
|
||||
exports jdk.internal.jmod to
|
||||
jdk.compiler,
|
||||
jdk.jlink;
|
||||
|
@ -351,6 +352,8 @@ module java.base {
|
|||
java.prefs;
|
||||
exports sun.util.resources to
|
||||
jdk.localedata;
|
||||
exports jdk.internal.invoke to
|
||||
jdk.incubator.foreign;
|
||||
|
||||
|
||||
// the service types defined by the APIs in this module
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue