src/java.base/share/classes/module-info.java
changeset 48433 04d8d293e458
parent 47989 f1ad41a05fb7
child 48608 1dab70e20292
equal deleted inserted replaced
48432:db09f53aba91 48433:04d8d293e458
     1 /*
     1 /*
     2  * Copyright (c) 2014, 2017, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 2014, 2018, Oracle and/or its affiliates. All rights reserved.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     4  *
     4  *
     5  * This code is free software; you can redistribute it and/or modify it
     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
     6  * under the terms of the GNU General Public License version 2 only, as
     7  * published by the Free Software Foundation.  Oracle designates this
     7  * published by the Free Software Foundation.  Oracle designates this
   140         jdk.jlink;
   140         jdk.jlink;
   141     exports jdk.internal.loader to
   141     exports jdk.internal.loader to
   142         java.instrument,
   142         java.instrument,
   143         java.logging;
   143         java.logging;
   144     exports jdk.internal.jmod to
   144     exports jdk.internal.jmod to
   145         jdk.compiler,   // reflective dependency
   145         jdk.compiler,
   146         jdk.jlink;
   146         jdk.jlink;
   147     exports jdk.internal.logger to
   147     exports jdk.internal.logger to
   148         java.logging;
   148         java.logging;
   149     exports jdk.internal.org.objectweb.asm to
   149     exports jdk.internal.org.objectweb.asm to
   150         jdk.jartool,
   150         jdk.jartool,
   170         java.security.jgss,
   170         java.security.jgss,
   171         java.sql,
   171         java.sql,
   172         java.xml,
   172         java.xml,
   173         jdk.attach,
   173         jdk.attach,
   174         jdk.charsets,
   174         jdk.charsets,
   175         jdk.compiler,   // reflective dependency
   175         jdk.compiler,
   176         jdk.incubator.httpclient,
   176         jdk.incubator.httpclient,
   177         jdk.jdeps,
   177         jdk.jdeps,
   178         jdk.jlink,
   178         jdk.jlink,
   179         jdk.jshell,
   179         jdk.jshell,
   180         jdk.net,
   180         jdk.net,