< prev index next > src/java.base/share/classes/module-info.java
Print this page
exports jdk.internal.logger to
java.logging;
exports jdk.internal.org.objectweb.asm to
jdk.jartool,
jdk.jfr,
! jdk.jlink;
exports jdk.internal.org.objectweb.asm.tree to
jdk.jfr,
jdk.jlink;
exports jdk.internal.org.objectweb.asm.util to
jdk.jfr;
exports jdk.internal.logger to
java.logging;
exports jdk.internal.org.objectweb.asm to
jdk.jartool,
jdk.jfr,
! jdk.jlink,
+ jdk.incubator.jextract;
exports jdk.internal.org.objectweb.asm.tree to
jdk.jfr,
jdk.jlink;
exports jdk.internal.org.objectweb.asm.util to
jdk.jfr;
< prev index next >