117 exports java.util.concurrent.atomic;
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,
|
117 exports java.util.concurrent.atomic;
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 exports net.shipilev;
138
139
140 // additional qualified exports may be inserted at build time
141 // see make/gensrc/GenModuleInfo.gmk
142
143 exports com.sun.crypto.provider to
144 jdk.crypto.cryptoki;
145 exports sun.invoke.util to
146 jdk.compiler;
147 exports com.sun.security.ntlm to
148 java.security.sasl;
149 exports jdk.internal to
150 jdk.incubator.vector;
151 // Note: all modules in the exported list participate in preview features
152 // and therefore if they use preview features they do not need to be
153 // compiled with "--enable-preview".
154 // It is recommended for any modules that do participate that their
155 // module declaration be annotated with jdk.internal.javac.ParticipatesInPreview
156 exports jdk.internal.javac to
157 java.compiler,
|