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 java.desktop, // for ScopedValue
158 jdk.compiler,
249 jdk.unsupported;
250 exports jdk.internal.vm to
251 java.management,
252 jdk.internal.jvmstat,
253 jdk.management,
254 jdk.management.agent,
255 jdk.internal.vm.ci,
256 jdk.jfr;
257 exports jdk.internal.vm.annotation to
258 java.instrument,
259 jdk.internal.vm.ci,
260 jdk.incubator.vector,
261 jdk.jfr,
262 jdk.unsupported;
263 exports jdk.internal.vm.vector to
264 jdk.incubator.vector;
265 exports jdk.internal.util.xml to
266 jdk.jfr;
267 exports jdk.internal.util.xml.impl to
268 jdk.jfr;
269 exports jdk.internal.util to
270 java.desktop,
271 java.prefs,
272 java.security.jgss,
273 java.smartcardio,
274 jdk.charsets,
275 jdk.internal.vm.ci,
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
283 jdk.net;
284 exports sun.net.dns to
285 java.security.jgss,
286 jdk.naming.dns;
287 exports sun.net.util to
288 java.net.http,
|
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 java.desktop, // for ScopedValue
157 jdk.compiler,
248 jdk.unsupported;
249 exports jdk.internal.vm to
250 java.management,
251 jdk.internal.jvmstat,
252 jdk.management,
253 jdk.management.agent,
254 jdk.internal.vm.ci,
255 jdk.jfr;
256 exports jdk.internal.vm.annotation to
257 java.instrument,
258 jdk.internal.vm.ci,
259 jdk.incubator.vector,
260 jdk.jfr,
261 jdk.unsupported;
262 exports jdk.internal.vm.vector to
263 jdk.incubator.vector;
264 exports jdk.internal.util.xml to
265 jdk.jfr;
266 exports jdk.internal.util.xml.impl to
267 jdk.jfr;
268 exports jdk.internal.value to // Needed by Unsafe
269 jdk.unsupported;
270 exports jdk.internal.util to
271 java.desktop,
272 java.prefs,
273 java.security.jgss,
274 java.smartcardio,
275 jdk.charsets,
276 jdk.internal.vm.ci,
277 jdk.jlink,
278 jdk.jpackage,
279 jdk.net;
280 exports sun.net to
281 java.net.http,
282 jdk.naming.dns;
283 exports sun.net.ext to
284 jdk.net;
285 exports sun.net.dns to
286 java.security.jgss,
287 jdk.naming.dns;
288 exports sun.net.util to
289 java.net.http,
|