< 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

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


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

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

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