< prev index next >

src/java.base/share/classes/module-info.java

Print this page

118     exports java.util.concurrent.locks;
119     exports java.util.function;
120     exports java.util.jar;
121     exports java.util.random;
122     exports java.util.regex;
123     exports java.util.spi;
124     exports java.util.stream;
125     exports java.util.zip;
126     exports javax.crypto;
127     exports javax.crypto.interfaces;
128     exports javax.crypto.spec;
129     exports javax.net;
130     exports javax.net.ssl;
131     exports javax.security.auth;
132     exports javax.security.auth.callback;
133     exports javax.security.auth.login;
134     exports javax.security.auth.spi;
135     exports javax.security.auth.x500;
136     exports javax.security.cert;
137 
138 
139     // additional qualified exports may be inserted at build time
140     // see make/gensrc/GenModuleInfo.gmk
141 
142     exports com.sun.crypto.provider to
143         jdk.crypto.cryptoki;
144     exports sun.invoke.util to
145         jdk.compiler;
146     exports com.sun.security.ntlm to
147         java.security.sasl;
148     exports jdk.internal to
149         jdk.incubator.vector;
150     // Note: all modules in the exported list participate in preview  features
151     // and therefore if they use preview features they do not need to be
152     // compiled with "--enable-preview".
153     // It is recommended for any modules that do participate that their
154     // module declaration be annotated with jdk.internal.javac.ParticipatesInPreview
155     exports jdk.internal.javac to
156         java.compiler,
157         jdk.compiler;

158     exports jdk.internal.access to
159         java.desktop,
160         java.logging,
161         java.management,
162         java.rmi,
163         jdk.charsets,
164         jdk.jartool,
165         jdk.jlink,
166         jdk.jfr,
167         jdk.management,
168         jdk.net,
169         jdk.sctp,
170         jdk.crypto.cryptoki;
171     exports jdk.internal.classfile.components to
172         jdk.jfr;
173     exports jdk.internal.foreign to
174         jdk.incubator.vector;
175     exports jdk.internal.event to
176         jdk.jfr;
177     exports jdk.internal.io to

241         jdk.unsupported;
242     exports jdk.internal.vm to
243         java.management,
244         jdk.internal.jvmstat,
245         jdk.management,
246         jdk.management.agent,
247         jdk.internal.vm.ci,
248         jdk.jfr;
249     exports jdk.internal.vm.annotation to
250         java.instrument,
251         jdk.internal.vm.ci,
252         jdk.incubator.vector,
253         jdk.jfr,
254         jdk.unsupported;
255     exports jdk.internal.vm.vector to
256         jdk.incubator.vector;
257     exports jdk.internal.util.xml to
258         jdk.jfr;
259     exports jdk.internal.util.xml.impl to
260         jdk.jfr;


261     exports jdk.internal.util to
262         java.desktop,
263         java.prefs,
264         java.security.jgss,
265         java.smartcardio,
266         java.naming,
267         java.rmi,
268         java.net.http,
269         jdk.charsets,
270         jdk.incubator.vector,
271         jdk.internal.vm.ci,
272         jdk.httpserver,
273         jdk.jlink,
274         jdk.jpackage,
275         jdk.net;
276     exports sun.net to
277         java.net.http,
278         jdk.naming.dns;
279     exports sun.net.ext to
280         jdk.net;

118     exports java.util.concurrent.locks;
119     exports java.util.function;
120     exports java.util.jar;
121     exports java.util.random;
122     exports java.util.regex;
123     exports java.util.spi;
124     exports java.util.stream;
125     exports java.util.zip;
126     exports javax.crypto;
127     exports javax.crypto.interfaces;
128     exports javax.crypto.spec;
129     exports javax.net;
130     exports javax.net.ssl;
131     exports javax.security.auth;
132     exports javax.security.auth.callback;
133     exports javax.security.auth.login;
134     exports javax.security.auth.spi;
135     exports javax.security.auth.x500;
136     exports javax.security.cert;
137 

138     // additional qualified exports may be inserted at build time
139     // see make/gensrc/GenModuleInfo.gmk
140 
141     exports com.sun.crypto.provider to
142         jdk.crypto.cryptoki;
143     exports sun.invoke.util to
144         jdk.compiler;
145     exports com.sun.security.ntlm to
146         java.security.sasl;
147     exports jdk.internal to
148         jdk.incubator.vector;
149     // Note: all modules in the exported list participate in preview  features
150     // and therefore if they use preview features they do not need to be
151     // compiled with "--enable-preview".
152     // It is recommended for any modules that do participate that their
153     // module declaration be annotated with jdk.internal.javac.ParticipatesInPreview
154     exports jdk.internal.javac to
155         java.compiler,
156         jdk.compiler,
157         jdk.jdeps;
158     exports jdk.internal.access to
159         java.desktop,
160         java.logging,
161         java.management,
162         java.rmi,
163         jdk.charsets,
164         jdk.jartool,
165         jdk.jlink,
166         jdk.jfr,
167         jdk.management,
168         jdk.net,
169         jdk.sctp,
170         jdk.crypto.cryptoki;
171     exports jdk.internal.classfile.components to
172         jdk.jfr;
173     exports jdk.internal.foreign to
174         jdk.incubator.vector;
175     exports jdk.internal.event to
176         jdk.jfr;
177     exports jdk.internal.io to

241         jdk.unsupported;
242     exports jdk.internal.vm to
243         java.management,
244         jdk.internal.jvmstat,
245         jdk.management,
246         jdk.management.agent,
247         jdk.internal.vm.ci,
248         jdk.jfr;
249     exports jdk.internal.vm.annotation to
250         java.instrument,
251         jdk.internal.vm.ci,
252         jdk.incubator.vector,
253         jdk.jfr,
254         jdk.unsupported;
255     exports jdk.internal.vm.vector to
256         jdk.incubator.vector;
257     exports jdk.internal.util.xml to
258         jdk.jfr;
259     exports jdk.internal.util.xml.impl to
260         jdk.jfr;
261     exports jdk.internal.value to  // Needed by Unsafe
262         jdk.unsupported;
263     exports jdk.internal.util to
264         java.desktop,
265         java.prefs,
266         java.security.jgss,
267         java.smartcardio,
268         java.naming,
269         java.rmi,
270         java.net.http,
271         jdk.charsets,
272         jdk.incubator.vector,
273         jdk.internal.vm.ci,
274         jdk.httpserver,
275         jdk.jlink,
276         jdk.jpackage,
277         jdk.net;
278     exports sun.net to
279         java.net.http,
280         jdk.naming.dns;
281     exports sun.net.ext to
282         jdk.net;
< prev index next >