src/java.base/share/classes/module-info.java
Index Unified diffs Context diffs Sdiffs Frames Patch New Old Previous File Next File open Sdiff src/java.base/share/classes

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

Print this page


   1 /*
   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.
   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


 197         jdk.scripting.nashorn.shell,
 198         jdk.unsupported,
 199         jdk.internal.vm.ci;
 200     exports jdk.internal.module to
 201         java.instrument,
 202         java.management.rmi,
 203         jdk.jartool,
 204         jdk.jfr,
 205         jdk.jlink;
 206     exports jdk.internal.perf to
 207         java.management,
 208         jdk.management.agent,
 209         jdk.internal.jvmstat;
 210     exports jdk.internal.ref to
 211         java.desktop;
 212     exports jdk.internal.reflect to
 213         java.logging,
 214         java.sql,
 215         java.sql.rowset,
 216         jdk.dynalink,

 217         jdk.scripting.nashorn,
 218         jdk.unsupported;
 219     exports jdk.internal.vm to
 220         jdk.internal.jvmstat,
 221         jdk.management.agent;
 222     exports jdk.internal.vm.annotation to
 223         jdk.internal.vm.ci,
 224         jdk.unsupported;
 225     exports jdk.internal.util.jar to
 226         jdk.jartool;
 227     exports jdk.internal.util.xml to
 228         jdk.jfr;
 229     exports jdk.internal.util.xml.impl to
 230         jdk.jfr;
 231     exports sun.net to
 232         java.net.http,
 233         jdk.naming.dns;
 234     exports sun.net.ext to
 235         jdk.net;
 236     exports sun.net.dns to


   1 /*
   2  * Copyright (c) 2014, 2019, 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


 197         jdk.scripting.nashorn.shell,
 198         jdk.unsupported,
 199         jdk.internal.vm.ci;
 200     exports jdk.internal.module to
 201         java.instrument,
 202         java.management.rmi,
 203         jdk.jartool,
 204         jdk.jfr,
 205         jdk.jlink;
 206     exports jdk.internal.perf to
 207         java.management,
 208         jdk.management.agent,
 209         jdk.internal.jvmstat;
 210     exports jdk.internal.ref to
 211         java.desktop;
 212     exports jdk.internal.reflect to
 213         java.logging,
 214         java.sql,
 215         java.sql.rowset,
 216         jdk.dynalink,
 217         jdk.internal.vm.ci,
 218         jdk.scripting.nashorn,
 219         jdk.unsupported;
 220     exports jdk.internal.vm to
 221         jdk.internal.jvmstat,
 222         jdk.management.agent;
 223     exports jdk.internal.vm.annotation to
 224         jdk.internal.vm.ci,
 225         jdk.unsupported;
 226     exports jdk.internal.util.jar to
 227         jdk.jartool;
 228     exports jdk.internal.util.xml to
 229         jdk.jfr;
 230     exports jdk.internal.util.xml.impl to
 231         jdk.jfr;
 232     exports sun.net to
 233         java.net.http,
 234         jdk.naming.dns;
 235     exports sun.net.ext to
 236         jdk.net;
 237     exports sun.net.dns to


src/java.base/share/classes/module-info.java
Index Unified diffs Context diffs Sdiffs Frames Patch New Old Previous File Next File