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

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