8153654: Update jdeps to be multi-release jar aware

Reviewed-by: mchung
This commit is contained in:
Steve Drach 2016-09-26 13:37:10 -07:00
parent b6e72d65aa
commit cf46ec878a

View File

@ -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;