< prev index next >

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

Print this page

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,
159         jdk.crypto.cryptoki, // participates in preview features
160         jdk.incubator.vector, // participates in preview features
161         jdk.jartool, // participates in preview features
162         jdk.jdeps, // participates in preview features
163         jdk.jfr, // participates in preview features
164         jdk.jlink,   // participates in preview features
165         jdk.jshell; // participates in preview features



166     exports jdk.internal.access to
167         java.desktop,
168         java.logging,
169         java.management,
170         java.rmi,
171         jdk.charsets,
172         jdk.jartool,
173         jdk.jlink,
174         jdk.jfr,
175         jdk.management,
176         jdk.net,
177         jdk.sctp,
178         jdk.crypto.cryptoki;

179     exports jdk.internal.classfile.components to
180         jdk.jfr;
181     exports jdk.internal.foreign to
182         jdk.incubator.vector;
183     exports jdk.internal.event to
184         jdk.jfr;
185     exports jdk.internal.io to
186         jdk.internal.le,
187         jdk.jshell;
188     exports jdk.internal.jimage to
189         jdk.jlink;
190     exports jdk.internal.jimage.decompressor to
191         jdk.jlink;
192     exports jdk.internal.loader to
193         java.instrument,
194         java.logging,
195         java.naming;
196     exports jdk.internal.jmod to
197         jdk.compiler,
198         jdk.jlink;

288         java.net.http,
289         jdk.jconsole,
290         jdk.sctp;
291     exports sun.net.www to
292         java.net.http,
293         jdk.jartool;
294     exports sun.net.www.protocol.http to
295         java.security.jgss;
296     exports sun.nio.ch to
297         java.management,
298         jdk.crypto.cryptoki,
299         jdk.net,
300         jdk.sctp;
301     exports sun.nio.cs to
302         jdk.charsets;
303     exports sun.nio.fs to
304         jdk.net;
305     exports sun.reflect.annotation to
306         jdk.compiler;
307     exports sun.reflect.generics.reflectiveObjects to
308         java.desktop;

309     exports sun.reflect.misc to
310         java.desktop,
311         java.management;
312     exports sun.security.internal.interfaces to
313         jdk.crypto.cryptoki;
314     exports sun.security.internal.spec to
315         jdk.crypto.cryptoki;
316     exports sun.security.jca to
317         java.smartcardio,
318         jdk.crypto.cryptoki,
319         jdk.naming.dns;
320     exports sun.security.pkcs to
321         jdk.jartool;
322     exports sun.security.provider to
323         java.security.jgss,
324         jdk.crypto.cryptoki,
325         jdk.security.auth;
326     exports sun.security.provider.certpath to
327         java.naming,
328         jdk.jartool;

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,
159         jdk.crypto.cryptoki, // participates in preview features
160         jdk.incubator.vector, // participates in preview features
161         jdk.jartool, // participates in preview features
162         jdk.jdeps, // participates in preview features
163         jdk.jfr, // participates in preview features
164         jdk.jlink,   // participates in preview features
165         jdk.jshell, // participates in preview features
166         jdk.incubator.code; // participates in preview features
167     exports jdk.internal.classfile.impl to
168         jdk.incubator.code;
169     exports jdk.internal.access to
170         java.desktop,
171         java.logging,
172         java.management,
173         java.rmi,
174         jdk.charsets,
175         jdk.jartool,
176         jdk.jlink,
177         jdk.jfr,
178         jdk.management,
179         jdk.net,
180         jdk.sctp,
181         jdk.crypto.cryptoki,
182         jdk.incubator.code;
183     exports jdk.internal.classfile.components to
184         jdk.jfr;
185     exports jdk.internal.foreign to
186         jdk.incubator.vector;
187     exports jdk.internal.event to
188         jdk.jfr;
189     exports jdk.internal.io to
190         jdk.internal.le,
191         jdk.jshell;
192     exports jdk.internal.jimage to
193         jdk.jlink;
194     exports jdk.internal.jimage.decompressor to
195         jdk.jlink;
196     exports jdk.internal.loader to
197         java.instrument,
198         java.logging,
199         java.naming;
200     exports jdk.internal.jmod to
201         jdk.compiler,
202         jdk.jlink;

292         java.net.http,
293         jdk.jconsole,
294         jdk.sctp;
295     exports sun.net.www to
296         java.net.http,
297         jdk.jartool;
298     exports sun.net.www.protocol.http to
299         java.security.jgss;
300     exports sun.nio.ch to
301         java.management,
302         jdk.crypto.cryptoki,
303         jdk.net,
304         jdk.sctp;
305     exports sun.nio.cs to
306         jdk.charsets;
307     exports sun.nio.fs to
308         jdk.net;
309     exports sun.reflect.annotation to
310         jdk.compiler;
311     exports sun.reflect.generics.reflectiveObjects to
312         java.desktop,
313         jdk.incubator.code;
314     exports sun.reflect.misc to
315         java.desktop,
316         java.management;
317     exports sun.security.internal.interfaces to
318         jdk.crypto.cryptoki;
319     exports sun.security.internal.spec to
320         jdk.crypto.cryptoki;
321     exports sun.security.jca to
322         java.smartcardio,
323         jdk.crypto.cryptoki,
324         jdk.naming.dns;
325     exports sun.security.pkcs to
326         jdk.jartool;
327     exports sun.security.provider to
328         java.security.jgss,
329         jdk.crypto.cryptoki,
330         jdk.security.auth;
331     exports sun.security.provider.certpath to
332         java.naming,
333         jdk.jartool;
< prev index next >