mirror of
https://github.com/openjdk/jdk.git
synced 2026-07-19 23:48:50 +00:00
8153654: Update jdeps to be multi-release jar aware
Reviewed-by: mchung
This commit is contained in:
parent
b6e72d65aa
commit
cf46ec878a
@ -166,6 +166,7 @@ module java.base {
|
||||
jdk.charsets,
|
||||
jdk.compiler,
|
||||
jdk.jartool,
|
||||
jdk.jdeps,
|
||||
jdk.jlink,
|
||||
jdk.net,
|
||||
jdk.scripting.nashorn,
|
||||
@ -189,7 +190,8 @@ module java.base {
|
||||
jdk.unsupported,
|
||||
jdk.vm.ci;
|
||||
exports jdk.internal.util.jar to
|
||||
jdk.jartool;
|
||||
jdk.jartool,
|
||||
jdk.jdeps;
|
||||
exports jdk.internal.vm to
|
||||
java.management,
|
||||
jdk.jvmstat;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user