< prev index next >

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

Print this page

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

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



178     exports jdk.internal.classfile.components to
179         jdk.jfr;
180     exports jdk.internal.foreign to
181         jdk.incubator.vector;
182     exports jdk.internal.event to
183         jdk.jfr;
184     exports jdk.internal.io to
185         jdk.internal.le,
186         jdk.jshell;
187     exports jdk.internal.jimage to
188         jdk.jlink;
189     exports jdk.internal.jimage.decompressor to
190         jdk.jlink;
191     exports jdk.internal.loader to
192         java.instrument,
193         java.logging,
194         java.naming;
195     exports jdk.internal.jmod to
196         jdk.compiler,
197         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     exports sun.reflect.misc to
314         java.desktop,
315         java.management;
316     exports sun.security.internal.interfaces to
317         jdk.crypto.cryptoki;
318     exports sun.security.internal.spec to
319         jdk.crypto.cryptoki;
320     exports sun.security.jca to
321         java.smartcardio,
322         jdk.crypto.cryptoki,
323         jdk.naming.dns;
324     exports sun.security.pkcs to
325         jdk.jartool;
326     exports sun.security.provider to
327         java.security.jgss,
328         jdk.crypto.cryptoki,
329         jdk.security.auth;
330     exports sun.security.provider.certpath to
331         java.naming,
332         jdk.jartool;

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,
159         jdk.incubator.vector, // participates in preview features
160         jdk.jartool, // participates in preview features
161         jdk.jdeps, // participates in preview features
162         jdk.jfr, // participates in preview features
163         jdk.jlink,   // participates in preview features
164         jdk.jshell, // participates in preview features
165         jdk.incubator.code; // 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         jdk.incubator.code;
180     exports jdk.internal.access.code to
181         jdk.compiler;
182     exports jdk.internal.classfile.components to
183         jdk.jfr;
184     exports jdk.internal.foreign to
185         jdk.incubator.vector;
186     exports jdk.internal.event to
187         jdk.jfr;
188     exports jdk.internal.io to
189         jdk.internal.le,
190         jdk.jshell;
191     exports jdk.internal.jimage to
192         jdk.jlink;
193     exports jdk.internal.jimage.decompressor to
194         jdk.jlink;
195     exports jdk.internal.loader to
196         java.instrument,
197         java.logging,
198         java.naming;
199     exports jdk.internal.jmod to
200         jdk.compiler,
201         jdk.jlink;

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