1 /*
2 * Copyright (c) 2014, 2016, Oracle and/or its affiliates. All rights reserved.
3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4 *
5 * This code is free software; you can redistribute it and/or modify it
6 * under the terms of the GNU General Public License version 2 only, as
7 * published by the Free Software Foundation. Oracle designates this
8 * particular file as subject to the "Classpath" exception as provided
9 * by Oracle in the LICENSE file that accompanied this code.
10 *
11 * This code is distributed in the hope that it will be useful, but WITHOUT
12 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
13 * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
14 * version 2 for more details (a copy is included in the LICENSE file that
15 * accompanied this code).
16 *
17 * You should have received a copy of the GNU General Public License version
18 * 2 along with this work; if not, write to the Free Software Foundation,
19 * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
20 *
21 * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
22 * or visit www.oracle.com if you need additional information or have any
202 jdk.jvmstat;
203 exports sun.net to
204 jdk.incubator.httpclient;
205 exports sun.net.ext to
206 jdk.net;
207 exports sun.net.dns to
208 java.security.jgss,
209 jdk.naming.dns;
210 exports sun.net.util to
211 java.desktop,
212 jdk.jconsole,
213 jdk.naming.dns;
214 exports sun.net.www to
215 jdk.incubator.httpclient,
216 java.desktop,
217 jdk.jartool;
218 exports sun.net.www.protocol.http to
219 java.security.jgss;
220 exports sun.nio.ch to
221 java.management,
222 jdk.crypto.token,
223 jdk.sctp,
224 jdk.unsupported;
225 exports sun.nio.cs to
226 java.desktop,
227 jdk.charsets;
228 exports sun.nio.fs to
229 jdk.unsupported;
230 exports sun.reflect.annotation to
231 jdk.compiler;
232 exports sun.reflect.generics.reflectiveObjects to
233 java.desktop;
234 exports sun.reflect.misc to
235 java.corba,
236 java.desktop,
237 java.datatransfer,
238 java.management,
239 java.rmi,
240 java.sql.rowset,
241 java.xml,
242 java.xml.ws;
243 exports sun.security.action to
244 java.desktop,
245 java.security.jgss;
246 exports sun.security.internal.interfaces to
247 jdk.crypto.token;
248 exports sun.security.internal.spec to
249 jdk.crypto.token;
250 exports sun.security.jca to
251 java.smartcardio,
252 java.xml.crypto,
253 jdk.crypto.ec,
254 jdk.crypto.token,
255 jdk.naming.dns;
256 exports sun.security.pkcs to
257 jdk.crypto.ec,
258 jdk.jartool;
259 exports sun.security.provider to
260 java.rmi,
261 java.security.jgss,
262 jdk.crypto.token,
263 jdk.policytool,
264 jdk.security.auth;
265 exports sun.security.provider.certpath to
266 java.naming;
267 exports sun.security.rsa to
268 jdk.crypto.token;
269 exports sun.security.ssl to
270 java.security.jgss;
271 exports sun.security.timestamp to
272 jdk.jartool;
273 exports sun.security.tools to
274 jdk.jartool;
275 exports sun.security.util to
276 java.desktop,
277 java.naming,
278 java.rmi,
279 java.security.jgss,
280 java.security.sasl,
281 java.smartcardio,
282 jdk.crypto.ec,
283 jdk.crypto.token,
284 jdk.jartool,
285 jdk.policytool,
286 jdk.security.auth,
287 jdk.security.jgss;
288 exports sun.security.x509 to
289 jdk.crypto.ec,
290 jdk.crypto.token,
291 jdk.jartool,
292 jdk.security.auth;
293 exports sun.text.resources to
294 jdk.localedata;
295 exports sun.util.cldr to
296 jdk.jlink;
297 exports sun.util.locale.provider to
298 java.desktop,
299 jdk.jlink,
300 jdk.localedata;
301 exports sun.util.logging to
302 java.desktop,
303 java.logging,
304 java.prefs;
305 exports sun.util.resources to
306 jdk.localedata;
307
308 // JDK-internal service types
309 uses jdk.internal.logger.DefaultLoggerFinder;
310 uses sun.security.ssl.ClientKeyExchangeService;
|
1 /*
2 * Copyright (c) 2014, 2017, Oracle and/or its affiliates. All rights reserved.
3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4 *
5 * This code is free software; you can redistribute it and/or modify it
6 * under the terms of the GNU General Public License version 2 only, as
7 * published by the Free Software Foundation. Oracle designates this
8 * particular file as subject to the "Classpath" exception as provided
9 * by Oracle in the LICENSE file that accompanied this code.
10 *
11 * This code is distributed in the hope that it will be useful, but WITHOUT
12 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
13 * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
14 * version 2 for more details (a copy is included in the LICENSE file that
15 * accompanied this code).
16 *
17 * You should have received a copy of the GNU General Public License version
18 * 2 along with this work; if not, write to the Free Software Foundation,
19 * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
20 *
21 * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
22 * or visit www.oracle.com if you need additional information or have any
202 jdk.jvmstat;
203 exports sun.net to
204 jdk.incubator.httpclient;
205 exports sun.net.ext to
206 jdk.net;
207 exports sun.net.dns to
208 java.security.jgss,
209 jdk.naming.dns;
210 exports sun.net.util to
211 java.desktop,
212 jdk.jconsole,
213 jdk.naming.dns;
214 exports sun.net.www to
215 jdk.incubator.httpclient,
216 java.desktop,
217 jdk.jartool;
218 exports sun.net.www.protocol.http to
219 java.security.jgss;
220 exports sun.nio.ch to
221 java.management,
222 jdk.crypto.cryptoki,
223 jdk.sctp,
224 jdk.unsupported;
225 exports sun.nio.cs to
226 java.desktop,
227 jdk.charsets;
228 exports sun.nio.fs to
229 jdk.unsupported;
230 exports sun.reflect.annotation to
231 jdk.compiler;
232 exports sun.reflect.generics.reflectiveObjects to
233 java.desktop;
234 exports sun.reflect.misc to
235 java.corba,
236 java.desktop,
237 java.datatransfer,
238 java.management,
239 java.rmi,
240 java.sql.rowset,
241 java.xml,
242 java.xml.ws;
243 exports sun.security.action to
244 java.desktop,
245 java.security.jgss;
246 exports sun.security.internal.interfaces to
247 jdk.crypto.cryptoki;
248 exports sun.security.internal.spec to
249 jdk.crypto.cryptoki;
250 exports sun.security.jca to
251 java.smartcardio,
252 java.xml.crypto,
253 jdk.crypto.ec,
254 jdk.crypto.cryptoki,
255 jdk.naming.dns;
256 exports sun.security.pkcs to
257 jdk.crypto.ec,
258 jdk.jartool;
259 exports sun.security.provider to
260 java.rmi,
261 java.security.jgss,
262 jdk.crypto.cryptoki,
263 jdk.policytool,
264 jdk.security.auth;
265 exports sun.security.provider.certpath to
266 java.naming;
267 exports sun.security.rsa to
268 jdk.crypto.cryptoki;
269 exports sun.security.ssl to
270 java.security.jgss;
271 exports sun.security.timestamp to
272 jdk.jartool;
273 exports sun.security.tools to
274 jdk.jartool;
275 exports sun.security.util to
276 java.desktop,
277 java.naming,
278 java.rmi,
279 java.security.jgss,
280 java.security.sasl,
281 java.smartcardio,
282 jdk.crypto.ec,
283 jdk.crypto.cryptoki,
284 jdk.jartool,
285 jdk.policytool,
286 jdk.security.auth,
287 jdk.security.jgss;
288 exports sun.security.x509 to
289 jdk.crypto.ec,
290 jdk.crypto.cryptoki,
291 jdk.jartool,
292 jdk.security.auth;
293 exports sun.text.resources to
294 jdk.localedata;
295 exports sun.util.cldr to
296 jdk.jlink;
297 exports sun.util.locale.provider to
298 java.desktop,
299 jdk.jlink,
300 jdk.localedata;
301 exports sun.util.logging to
302 java.desktop,
303 java.logging,
304 java.prefs;
305 exports sun.util.resources to
306 jdk.localedata;
307
308 // JDK-internal service types
309 uses jdk.internal.logger.DefaultLoggerFinder;
310 uses sun.security.ssl.ClientKeyExchangeService;
|