8294966: Convert jdk.jartool/sun.tools.jar.FingerPrint to use the ClassFile API to parse JAR entries

Reviewed-by: mchung
This commit is contained in:
Adam Sotona 2023-03-13 10:13:45 +00:00
parent 3018b4705e
commit 25e7ac226a
4 changed files with 83 additions and 75 deletions

View file

@ -152,6 +152,7 @@ module java.base {
jdk.compiler,
jdk.incubator.concurrent, // participates in preview features
jdk.incubator.vector, // participates in preview features
jdk.jartool, // participates in preview features
jdk.jdi,
jdk.jfr,
jdk.jshell,
@ -191,9 +192,13 @@ module java.base {
exports jdk.internal.logger to
java.logging;
exports jdk.internal.classfile to
jdk.jlink;
exports jdk.internal.org.objectweb.asm to
jdk.jartool,
jdk.jlink;
exports jdk.internal.classfile.attribute to
jdk.jartool;
exports jdk.internal.classfile.constantpool to
jdk.jartool;
exports jdk.internal.org.objectweb.asm to
jdk.jfr,
jdk.jlink,
jdk.jshell;