mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 06:45:07 +02:00
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:
parent
3018b4705e
commit
25e7ac226a
4 changed files with 83 additions and 75 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue