jdk/src/java.base/share/classes/module-info.java
author lana
Fri, 07 Jul 2017 03:09:23 +0000
changeset 45835 5f3f7ae12356
parent 45782 a7697c107dd9
parent 45713 ee3f2cbfe23a
child 47117 2e7eed499598
permissions -rw-r--r--
Merge
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
36511
9d0388c6b336 8142968: Module System implementation
alanb
parents:
diff changeset
     1
/*
43533
33d180b3b647 8152206: Simplify jvmstat modules
gtriantafill
parents: 42707
diff changeset
     2
 * Copyright (c) 2014, 2017, Oracle and/or its affiliates. All rights reserved.
36511
9d0388c6b336 8142968: Module System implementation
alanb
parents:
diff changeset
     3
 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
9d0388c6b336 8142968: Module System implementation
alanb
parents:
diff changeset
     4
 *
9d0388c6b336 8142968: Module System implementation
alanb
parents:
diff changeset
     5
 * This code is free software; you can redistribute it and/or modify it
9d0388c6b336 8142968: Module System implementation
alanb
parents:
diff changeset
     6
 * under the terms of the GNU General Public License version 2 only, as
9d0388c6b336 8142968: Module System implementation
alanb
parents:
diff changeset
     7
 * published by the Free Software Foundation.  Oracle designates this
9d0388c6b336 8142968: Module System implementation
alanb
parents:
diff changeset
     8
 * particular file as subject to the "Classpath" exception as provided
9d0388c6b336 8142968: Module System implementation
alanb
parents:
diff changeset
     9
 * by Oracle in the LICENSE file that accompanied this code.
9d0388c6b336 8142968: Module System implementation
alanb
parents:
diff changeset
    10
 *
9d0388c6b336 8142968: Module System implementation
alanb
parents:
diff changeset
    11
 * This code is distributed in the hope that it will be useful, but WITHOUT
9d0388c6b336 8142968: Module System implementation
alanb
parents:
diff changeset
    12
 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
9d0388c6b336 8142968: Module System implementation
alanb
parents:
diff changeset
    13
 * FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
9d0388c6b336 8142968: Module System implementation
alanb
parents:
diff changeset
    14
 * version 2 for more details (a copy is included in the LICENSE file that
9d0388c6b336 8142968: Module System implementation
alanb
parents:
diff changeset
    15
 * accompanied this code).
9d0388c6b336 8142968: Module System implementation
alanb
parents:
diff changeset
    16
 *
9d0388c6b336 8142968: Module System implementation
alanb
parents:
diff changeset
    17
 * You should have received a copy of the GNU General Public License version
9d0388c6b336 8142968: Module System implementation
alanb
parents:
diff changeset
    18
 * 2 along with this work; if not, write to the Free Software Foundation,
9d0388c6b336 8142968: Module System implementation
alanb
parents:
diff changeset
    19
 * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
9d0388c6b336 8142968: Module System implementation
alanb
parents:
diff changeset
    20
 *
9d0388c6b336 8142968: Module System implementation
alanb
parents:
diff changeset
    21
 * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
9d0388c6b336 8142968: Module System implementation
alanb
parents:
diff changeset
    22
 * or visit www.oracle.com if you need additional information or have any
9d0388c6b336 8142968: Module System implementation
alanb
parents:
diff changeset
    23
 * questions.
9d0388c6b336 8142968: Module System implementation
alanb
parents:
diff changeset
    24
 */
9d0388c6b336 8142968: Module System implementation
alanb
parents:
diff changeset
    25
9d0388c6b336 8142968: Module System implementation
alanb
parents:
diff changeset
    26
/**
40405
127fac211e5c 8161965: Create initial javadoc description for modules
lancea
parents: 40251
diff changeset
    27
 * Defines the foundational APIs of the Java SE Platform.
43710
8fa2058eb740 8173957: Fix @since in module-info.java in dev/jdk repo
mli
parents: 43538
diff changeset
    28
 *
45782
a7697c107dd9 8182776: Fix typos in module declarations
mr
parents: 45654
diff changeset
    29
 * <dl>
a7697c107dd9 8182776: Fix typos in module declarations
mr
parents: 45654
diff changeset
    30
 * <dt class="simpleTagLabel" style="font-family:'DejaVu Sans', Arial, Helvetica, sans serif">Providers:</dt>
45528
1e8c2f062ad3 8181639: Add tool and services information to module summary
mchung
parents: 45119
diff changeset
    31
 * <dd> The JDK implementation of this module provides an implementation of
1e8c2f062ad3 8181639: Add tool and services information to module summary
mchung
parents: 45119
diff changeset
    32
 *      the {@index jrt jrt} {@linkplain java.nio.file.spi.FileSystemProvider
1e8c2f062ad3 8181639: Add tool and services information to module summary
mchung
parents: 45119
diff changeset
    33
 *      file system provider} to enumerate and read the class and resource
1e8c2f062ad3 8181639: Add tool and services information to module summary
mchung
parents: 45119
diff changeset
    34
 *      files in a run-time image.
1e8c2f062ad3 8181639: Add tool and services information to module summary
mchung
parents: 45119
diff changeset
    35
 *      The jrt file system can be created by calling
1e8c2f062ad3 8181639: Add tool and services information to module summary
mchung
parents: 45119
diff changeset
    36
 *      {@link java.nio.file.FileSystems#newFileSystem
1e8c2f062ad3 8181639: Add tool and services information to module summary
mchung
parents: 45119
diff changeset
    37
 *      FileSystems.newFileSystem(URI.create("jrt:/"))}.
1e8c2f062ad3 8181639: Add tool and services information to module summary
mchung
parents: 45119
diff changeset
    38
 *      <p></dd>
45782
a7697c107dd9 8182776: Fix typos in module declarations
mr
parents: 45654
diff changeset
    39
 * <dt class="simpleTagLabel" style="font-family:'DejaVu Sans', Arial, Helvetica, sans serif">Tool Guides:</dt>
a7697c107dd9 8182776: Fix typos in module declarations
mr
parents: 45654
diff changeset
    40
 * <dd style="font-family:'DejaVu Sans', Arial, Helvetica, sans serif"> {@extLink java_tool_reference java launcher},
45528
1e8c2f062ad3 8181639: Add tool and services information to module summary
mchung
parents: 45119
diff changeset
    41
 *      {@extLink keytool_tool_reference keytool}</dd>
1e8c2f062ad3 8181639: Add tool and services information to module summary
mchung
parents: 45119
diff changeset
    42
 * </dl>
1e8c2f062ad3 8181639: Add tool and services information to module summary
mchung
parents: 45119
diff changeset
    43
 *
1e8c2f062ad3 8181639: Add tool and services information to module summary
mchung
parents: 45119
diff changeset
    44
 * @provides java.nio.file.spi.FileSystemProvider
1e8c2f062ad3 8181639: Add tool and services information to module summary
mchung
parents: 45119
diff changeset
    45
 *
1e8c2f062ad3 8181639: Add tool and services information to module summary
mchung
parents: 45119
diff changeset
    46
 * @uses java.lang.System.LoggerFinder
1e8c2f062ad3 8181639: Add tool and services information to module summary
mchung
parents: 45119
diff changeset
    47
 * @uses java.net.ContentHandlerFactory
1e8c2f062ad3 8181639: Add tool and services information to module summary
mchung
parents: 45119
diff changeset
    48
 * @uses java.net.spi.URLStreamHandlerProvider
1e8c2f062ad3 8181639: Add tool and services information to module summary
mchung
parents: 45119
diff changeset
    49
 * @uses java.nio.channels.spi.AsynchronousChannelProvider
1e8c2f062ad3 8181639: Add tool and services information to module summary
mchung
parents: 45119
diff changeset
    50
 * @uses java.nio.channels.spi.SelectorProvider
1e8c2f062ad3 8181639: Add tool and services information to module summary
mchung
parents: 45119
diff changeset
    51
 * @uses java.nio.charset.spi.CharsetProvider
1e8c2f062ad3 8181639: Add tool and services information to module summary
mchung
parents: 45119
diff changeset
    52
 * @uses java.nio.file.spi.FileSystemProvider
1e8c2f062ad3 8181639: Add tool and services information to module summary
mchung
parents: 45119
diff changeset
    53
 * @uses java.nio.file.spi.FileTypeDetector
1e8c2f062ad3 8181639: Add tool and services information to module summary
mchung
parents: 45119
diff changeset
    54
 * @uses java.security.Provider
1e8c2f062ad3 8181639: Add tool and services information to module summary
mchung
parents: 45119
diff changeset
    55
 * @uses java.text.spi.BreakIteratorProvider
1e8c2f062ad3 8181639: Add tool and services information to module summary
mchung
parents: 45119
diff changeset
    56
 * @uses java.text.spi.CollatorProvider
1e8c2f062ad3 8181639: Add tool and services information to module summary
mchung
parents: 45119
diff changeset
    57
 * @uses java.text.spi.DateFormatProvider
1e8c2f062ad3 8181639: Add tool and services information to module summary
mchung
parents: 45119
diff changeset
    58
 * @uses java.text.spi.DateFormatSymbolsProvider
1e8c2f062ad3 8181639: Add tool and services information to module summary
mchung
parents: 45119
diff changeset
    59
 * @uses java.text.spi.DecimalFormatSymbolsProvider
1e8c2f062ad3 8181639: Add tool and services information to module summary
mchung
parents: 45119
diff changeset
    60
 * @uses java.text.spi.NumberFormatProvider
1e8c2f062ad3 8181639: Add tool and services information to module summary
mchung
parents: 45119
diff changeset
    61
 * @uses java.time.chrono.AbstractChronology
1e8c2f062ad3 8181639: Add tool and services information to module summary
mchung
parents: 45119
diff changeset
    62
 * @uses java.time.chrono.Chronology
1e8c2f062ad3 8181639: Add tool and services information to module summary
mchung
parents: 45119
diff changeset
    63
 * @uses java.time.zone.ZoneRulesProvider
1e8c2f062ad3 8181639: Add tool and services information to module summary
mchung
parents: 45119
diff changeset
    64
 * @uses java.util.spi.CalendarDataProvider
1e8c2f062ad3 8181639: Add tool and services information to module summary
mchung
parents: 45119
diff changeset
    65
 * @uses java.util.spi.CalendarNameProvider
1e8c2f062ad3 8181639: Add tool and services information to module summary
mchung
parents: 45119
diff changeset
    66
 * @uses java.util.spi.CurrencyNameProvider
1e8c2f062ad3 8181639: Add tool and services information to module summary
mchung
parents: 45119
diff changeset
    67
 * @uses java.util.spi.LocaleNameProvider
1e8c2f062ad3 8181639: Add tool and services information to module summary
mchung
parents: 45119
diff changeset
    68
 * @uses java.util.spi.ResourceBundleControlProvider
1e8c2f062ad3 8181639: Add tool and services information to module summary
mchung
parents: 45119
diff changeset
    69
 * @uses java.util.spi.ResourceBundleProvider
1e8c2f062ad3 8181639: Add tool and services information to module summary
mchung
parents: 45119
diff changeset
    70
 * @uses java.util.spi.TimeZoneNameProvider
1e8c2f062ad3 8181639: Add tool and services information to module summary
mchung
parents: 45119
diff changeset
    71
 * @uses java.util.spi.ToolProvider
1e8c2f062ad3 8181639: Add tool and services information to module summary
mchung
parents: 45119
diff changeset
    72
 * @uses javax.security.auth.spi.LoginModule
1e8c2f062ad3 8181639: Add tool and services information to module summary
mchung
parents: 45119
diff changeset
    73
 *
44417
a431edba1629 8173303: Add module-subgraph images to main platform documentation
mchung
parents: 44359
diff changeset
    74
 * @moduleGraph
43710
8fa2058eb740 8173957: Fix @since in module-info.java in dev/jdk repo
mli
parents: 43538
diff changeset
    75
 * @since 9
36511
9d0388c6b336 8142968: Module System implementation
alanb
parents:
diff changeset
    76
 */
9d0388c6b336 8142968: Module System implementation
alanb
parents:
diff changeset
    77
module java.base {
9d0388c6b336 8142968: Module System implementation
alanb
parents:
diff changeset
    78
9d0388c6b336 8142968: Module System implementation
alanb
parents:
diff changeset
    79
    exports java.io;
9d0388c6b336 8142968: Module System implementation
alanb
parents:
diff changeset
    80
    exports java.lang;
9d0388c6b336 8142968: Module System implementation
alanb
parents:
diff changeset
    81
    exports java.lang.annotation;
9d0388c6b336 8142968: Module System implementation
alanb
parents:
diff changeset
    82
    exports java.lang.invoke;
9d0388c6b336 8142968: Module System implementation
alanb
parents:
diff changeset
    83
    exports java.lang.module;
9d0388c6b336 8142968: Module System implementation
alanb
parents:
diff changeset
    84
    exports java.lang.ref;
9d0388c6b336 8142968: Module System implementation
alanb
parents:
diff changeset
    85
    exports java.lang.reflect;
9d0388c6b336 8142968: Module System implementation
alanb
parents:
diff changeset
    86
    exports java.math;
9d0388c6b336 8142968: Module System implementation
alanb
parents:
diff changeset
    87
    exports java.net;
9d0388c6b336 8142968: Module System implementation
alanb
parents:
diff changeset
    88
    exports java.net.spi;
9d0388c6b336 8142968: Module System implementation
alanb
parents:
diff changeset
    89
    exports java.nio;
9d0388c6b336 8142968: Module System implementation
alanb
parents:
diff changeset
    90
    exports java.nio.channels;
9d0388c6b336 8142968: Module System implementation
alanb
parents:
diff changeset
    91
    exports java.nio.channels.spi;
9d0388c6b336 8142968: Module System implementation
alanb
parents:
diff changeset
    92
    exports java.nio.charset;
9d0388c6b336 8142968: Module System implementation
alanb
parents:
diff changeset
    93
    exports java.nio.charset.spi;
9d0388c6b336 8142968: Module System implementation
alanb
parents:
diff changeset
    94
    exports java.nio.file;
9d0388c6b336 8142968: Module System implementation
alanb
parents:
diff changeset
    95
    exports java.nio.file.attribute;
9d0388c6b336 8142968: Module System implementation
alanb
parents:
diff changeset
    96
    exports java.nio.file.spi;
9d0388c6b336 8142968: Module System implementation
alanb
parents:
diff changeset
    97
    exports java.security;
9d0388c6b336 8142968: Module System implementation
alanb
parents:
diff changeset
    98
    exports java.security.acl;
9d0388c6b336 8142968: Module System implementation
alanb
parents:
diff changeset
    99
    exports java.security.cert;
9d0388c6b336 8142968: Module System implementation
alanb
parents:
diff changeset
   100
    exports java.security.interfaces;
9d0388c6b336 8142968: Module System implementation
alanb
parents:
diff changeset
   101
    exports java.security.spec;
9d0388c6b336 8142968: Module System implementation
alanb
parents:
diff changeset
   102
    exports java.text;
9d0388c6b336 8142968: Module System implementation
alanb
parents:
diff changeset
   103
    exports java.text.spi;
9d0388c6b336 8142968: Module System implementation
alanb
parents:
diff changeset
   104
    exports java.time;
9d0388c6b336 8142968: Module System implementation
alanb
parents:
diff changeset
   105
    exports java.time.chrono;
9d0388c6b336 8142968: Module System implementation
alanb
parents:
diff changeset
   106
    exports java.time.format;
9d0388c6b336 8142968: Module System implementation
alanb
parents:
diff changeset
   107
    exports java.time.temporal;
9d0388c6b336 8142968: Module System implementation
alanb
parents:
diff changeset
   108
    exports java.time.zone;
9d0388c6b336 8142968: Module System implementation
alanb
parents:
diff changeset
   109
    exports java.util;
9d0388c6b336 8142968: Module System implementation
alanb
parents:
diff changeset
   110
    exports java.util.concurrent;
9d0388c6b336 8142968: Module System implementation
alanb
parents:
diff changeset
   111
    exports java.util.concurrent.atomic;
9d0388c6b336 8142968: Module System implementation
alanb
parents:
diff changeset
   112
    exports java.util.concurrent.locks;
9d0388c6b336 8142968: Module System implementation
alanb
parents:
diff changeset
   113
    exports java.util.function;
9d0388c6b336 8142968: Module System implementation
alanb
parents:
diff changeset
   114
    exports java.util.jar;
9d0388c6b336 8142968: Module System implementation
alanb
parents:
diff changeset
   115
    exports java.util.regex;
9d0388c6b336 8142968: Module System implementation
alanb
parents:
diff changeset
   116
    exports java.util.spi;
9d0388c6b336 8142968: Module System implementation
alanb
parents:
diff changeset
   117
    exports java.util.stream;
9d0388c6b336 8142968: Module System implementation
alanb
parents:
diff changeset
   118
    exports java.util.zip;
9d0388c6b336 8142968: Module System implementation
alanb
parents:
diff changeset
   119
    exports javax.crypto;
9d0388c6b336 8142968: Module System implementation
alanb
parents:
diff changeset
   120
    exports javax.crypto.interfaces;
9d0388c6b336 8142968: Module System implementation
alanb
parents:
diff changeset
   121
    exports javax.crypto.spec;
9d0388c6b336 8142968: Module System implementation
alanb
parents:
diff changeset
   122
    exports javax.net;
9d0388c6b336 8142968: Module System implementation
alanb
parents:
diff changeset
   123
    exports javax.net.ssl;
9d0388c6b336 8142968: Module System implementation
alanb
parents:
diff changeset
   124
    exports javax.security.auth;
9d0388c6b336 8142968: Module System implementation
alanb
parents:
diff changeset
   125
    exports javax.security.auth.callback;
9d0388c6b336 8142968: Module System implementation
alanb
parents:
diff changeset
   126
    exports javax.security.auth.login;
9d0388c6b336 8142968: Module System implementation
alanb
parents:
diff changeset
   127
    exports javax.security.auth.spi;
9d0388c6b336 8142968: Module System implementation
alanb
parents:
diff changeset
   128
    exports javax.security.auth.x500;
9d0388c6b336 8142968: Module System implementation
alanb
parents:
diff changeset
   129
    exports javax.security.cert;
9d0388c6b336 8142968: Module System implementation
alanb
parents:
diff changeset
   130
9d0388c6b336 8142968: Module System implementation
alanb
parents:
diff changeset
   131
9d0388c6b336 8142968: Module System implementation
alanb
parents:
diff changeset
   132
    // additional qualified exports may be inserted at build time
9d0388c6b336 8142968: Module System implementation
alanb
parents:
diff changeset
   133
    // see make/gensrc/GenModuleInfo.gmk
9d0388c6b336 8142968: Module System implementation
alanb
parents:
diff changeset
   134
9d0388c6b336 8142968: Module System implementation
alanb
parents:
diff changeset
   135
    exports com.sun.security.ntlm to
9d0388c6b336 8142968: Module System implementation
alanb
parents:
diff changeset
   136
        java.security.sasl;
9d0388c6b336 8142968: Module System implementation
alanb
parents:
diff changeset
   137
    exports jdk.internal.jimage to
9d0388c6b336 8142968: Module System implementation
alanb
parents:
diff changeset
   138
        jdk.jlink;
9d0388c6b336 8142968: Module System implementation
alanb
parents:
diff changeset
   139
    exports jdk.internal.jimage.decompressor to
9d0388c6b336 8142968: Module System implementation
alanb
parents:
diff changeset
   140
        jdk.jlink;
42338
a60f280f803c 8169069: Module system implementation refresh (11/2016)
alanb
parents: 41828
diff changeset
   141
    exports jdk.internal.loader to
a60f280f803c 8169069: Module system implementation refresh (11/2016)
alanb
parents: 41828
diff changeset
   142
        java.instrument,
44359
c6761862ca0b 8174823: Module system implementation refresh (3/2017)
alanb
parents: 43996
diff changeset
   143
        java.logging;
41352
f9844bad9052 8166860: Add magic number to jmod file
mchung
parents: 41135
diff changeset
   144
    exports jdk.internal.jmod to
44359
c6761862ca0b 8174823: Module system implementation refresh (3/2017)
alanb
parents: 43996
diff changeset
   145
        jdk.compiler,   // reflective dependency
41352
f9844bad9052 8166860: Add magic number to jmod file
mchung
parents: 41135
diff changeset
   146
        jdk.jlink;
36511
9d0388c6b336 8142968: Module System implementation
alanb
parents:
diff changeset
   147
    exports jdk.internal.logger to
9d0388c6b336 8142968: Module System implementation
alanb
parents:
diff changeset
   148
        java.logging;
9d0388c6b336 8142968: Module System implementation
alanb
parents:
diff changeset
   149
    exports jdk.internal.org.objectweb.asm to
40251
481b890e50a3 8158295: Add a multi-release jar validation mechanism to jar tool
sdrach
parents: 39776
diff changeset
   150
        jdk.jartool,
36511
9d0388c6b336 8142968: Module System implementation
alanb
parents:
diff changeset
   151
        jdk.jlink,
9d0388c6b336 8142968: Module System implementation
alanb
parents:
diff changeset
   152
        jdk.scripting.nashorn,
43995
20b18d22693a 8174879: Rename jdk.vm.ci to jdk.internal.vm.ci
kvn
parents: 43720
diff changeset
   153
        jdk.internal.vm.ci;
36511
9d0388c6b336 8142968: Module System implementation
alanb
parents:
diff changeset
   154
    exports jdk.internal.org.objectweb.asm.tree to
9d0388c6b336 8142968: Module System implementation
alanb
parents:
diff changeset
   155
        jdk.jlink;
9d0388c6b336 8142968: Module System implementation
alanb
parents:
diff changeset
   156
    exports jdk.internal.org.objectweb.asm.util to
9d0388c6b336 8142968: Module System implementation
alanb
parents:
diff changeset
   157
        jdk.scripting.nashorn;
9d0388c6b336 8142968: Module System implementation
alanb
parents:
diff changeset
   158
    exports jdk.internal.org.objectweb.asm.commons to
9d0388c6b336 8142968: Module System implementation
alanb
parents:
diff changeset
   159
        jdk.scripting.nashorn;
9d0388c6b336 8142968: Module System implementation
alanb
parents:
diff changeset
   160
    exports jdk.internal.org.objectweb.asm.signature to
9d0388c6b336 8142968: Module System implementation
alanb
parents:
diff changeset
   161
        jdk.scripting.nashorn;
9d0388c6b336 8142968: Module System implementation
alanb
parents:
diff changeset
   162
    exports jdk.internal.math to
9d0388c6b336 8142968: Module System implementation
alanb
parents:
diff changeset
   163
        java.desktop;
9d0388c6b336 8142968: Module System implementation
alanb
parents:
diff changeset
   164
    exports jdk.internal.misc to
9d0388c6b336 8142968: Module System implementation
alanb
parents:
diff changeset
   165
        java.desktop,
9d0388c6b336 8142968: Module System implementation
alanb
parents:
diff changeset
   166
        java.logging,
9d0388c6b336 8142968: Module System implementation
alanb
parents:
diff changeset
   167
        java.management,
9d0388c6b336 8142968: Module System implementation
alanb
parents:
diff changeset
   168
        java.naming,
9d0388c6b336 8142968: Module System implementation
alanb
parents:
diff changeset
   169
        java.rmi,
9d0388c6b336 8142968: Module System implementation
alanb
parents:
diff changeset
   170
        java.security.jgss,
9d0388c6b336 8142968: Module System implementation
alanb
parents:
diff changeset
   171
        java.sql,
9d0388c6b336 8142968: Module System implementation
alanb
parents:
diff changeset
   172
        java.xml,
45004
ea3137042a61 8178380: Module system implementation refresh (5/2017)
alanb
parents: 44417
diff changeset
   173
        jdk.attach,
36511
9d0388c6b336 8142968: Module System implementation
alanb
parents:
diff changeset
   174
        jdk.charsets,
44359
c6761862ca0b 8174823: Module system implementation refresh (3/2017)
alanb
parents: 43996
diff changeset
   175
        jdk.compiler,   // reflective dependency
c6761862ca0b 8174823: Module system implementation refresh (3/2017)
alanb
parents: 43996
diff changeset
   176
        jdk.incubator.httpclient,
41135
01650fdf3284 8153654: Update jdeps to be multi-release jar aware
sdrach
parents: 40944
diff changeset
   177
        jdk.jdeps,
37779
7c84df693837 8154956: Module system implementation refresh (4/2016)
alanb
parents: 37575
diff changeset
   178
        jdk.jlink,
41588
6e66ad59f99a 8166183: jshell tool: on return from Ctrl-Z, garbage on screen, dies with Ctrl-C
jlahoda
parents: 41481
diff changeset
   179
        jdk.jshell,
37679
489eb8ef084f 8155578: OpenJDK build failed after JDK-8044773
chegar
parents: 37676
diff changeset
   180
        jdk.net,
36511
9d0388c6b336 8142968: Module System implementation
alanb
parents:
diff changeset
   181
        jdk.scripting.nashorn,
41588
6e66ad59f99a 8166183: jshell tool: on return from Ctrl-Z, garbage on screen, dies with Ctrl-C
jlahoda
parents: 41481
diff changeset
   182
        jdk.scripting.nashorn.shell,
36966
4209c9e19c45 8153737: Unsupported Module
chegar
parents: 36854
diff changeset
   183
        jdk.unsupported,
43995
20b18d22693a 8174879: Rename jdk.vm.ci to jdk.internal.vm.ci
kvn
parents: 43720
diff changeset
   184
        jdk.internal.vm.ci;
45654
5ff2edfa03fc 8182416: Clean up module-info.java like move requires transitive adjacent to exports
mchung
parents: 45528
diff changeset
   185
    exports jdk.internal.module to
5ff2edfa03fc 8182416: Clean up module-info.java like move requires transitive adjacent to exports
mchung
parents: 45528
diff changeset
   186
        java.instrument,
5ff2edfa03fc 8182416: Clean up module-info.java like move requires transitive adjacent to exports
mchung
parents: 45528
diff changeset
   187
        java.management.rmi,
5ff2edfa03fc 8182416: Clean up module-info.java like move requires transitive adjacent to exports
mchung
parents: 45528
diff changeset
   188
        jdk.jartool,
5ff2edfa03fc 8182416: Clean up module-info.java like move requires transitive adjacent to exports
mchung
parents: 45528
diff changeset
   189
        jdk.jlink;
36511
9d0388c6b336 8142968: Module System implementation
alanb
parents:
diff changeset
   190
    exports jdk.internal.perf to
9d0388c6b336 8142968: Module System implementation
alanb
parents:
diff changeset
   191
        java.desktop,
9d0388c6b336 8142968: Module System implementation
alanb
parents:
diff changeset
   192
        java.management,
43494
11801b2ff456 8173608: Separate JDK management agent from java.management module
mchung
parents: 43329
diff changeset
   193
        jdk.management.agent,
43533
33d180b3b647 8152206: Simplify jvmstat modules
gtriantafill
parents: 42707
diff changeset
   194
        jdk.internal.jvmstat;
36511
9d0388c6b336 8142968: Module System implementation
alanb
parents:
diff changeset
   195
    exports jdk.internal.ref to
42707
6059f74bacdf 8171377: Add sun.misc.Unsafe::invokeCleaner
chegar
parents: 42693
diff changeset
   196
        java.desktop,
6059f74bacdf 8171377: Add sun.misc.Unsafe::invokeCleaner
chegar
parents: 42693
diff changeset
   197
        jdk.unsupported;
37363
329dba26ffd2 8137058: Clear out all non-Critical APIs from sun.reflect
chegar
parents: 36967
diff changeset
   198
    exports jdk.internal.reflect to
329dba26ffd2 8137058: Clear out all non-Critical APIs from sun.reflect
chegar
parents: 36967
diff changeset
   199
        java.logging,
329dba26ffd2 8137058: Clear out all non-Critical APIs from sun.reflect
chegar
parents: 36967
diff changeset
   200
        java.sql,
329dba26ffd2 8137058: Clear out all non-Critical APIs from sun.reflect
chegar
parents: 36967
diff changeset
   201
        java.sql.rowset,
329dba26ffd2 8137058: Clear out all non-Critical APIs from sun.reflect
chegar
parents: 36967
diff changeset
   202
        jdk.dynalink,
329dba26ffd2 8137058: Clear out all non-Critical APIs from sun.reflect
chegar
parents: 36967
diff changeset
   203
        jdk.scripting.nashorn,
329dba26ffd2 8137058: Clear out all non-Critical APIs from sun.reflect
chegar
parents: 36967
diff changeset
   204
        jdk.unsupported;
45654
5ff2edfa03fc 8182416: Clean up module-info.java like move requires transitive adjacent to exports
mchung
parents: 45528
diff changeset
   205
    exports jdk.internal.vm to
5ff2edfa03fc 8182416: Clean up module-info.java like move requires transitive adjacent to exports
mchung
parents: 45528
diff changeset
   206
        jdk.management.agent,
5ff2edfa03fc 8182416: Clean up module-info.java like move requires transitive adjacent to exports
mchung
parents: 45528
diff changeset
   207
        jdk.internal.jvmstat;
36966
4209c9e19c45 8153737: Unsupported Module
chegar
parents: 36854
diff changeset
   208
    exports jdk.internal.vm.annotation to
38789
178dd1b12732 8144826: [JVMCI] Remove jdk.vm.ci.hotspot.Stable and use jdk.internal.vm.annotation.Stable
psandoz
parents: 37780
diff changeset
   209
        jdk.unsupported,
45119
decbbff9fdb4 8179021: Latest bugfixes to WebSocket/HPACK from the sandbox repo
prappo
parents: 45004
diff changeset
   210
        jdk.internal.vm.ci,
decbbff9fdb4 8179021: Latest bugfixes to WebSocket/HPACK from the sandbox repo
prappo
parents: 45004
diff changeset
   211
        jdk.incubator.httpclient;
36745
51effd3e92d0 8152190: Move sun.misc.JarIndex and InvalidJarIndexException to an internal package
chegar
parents: 36673
diff changeset
   212
    exports jdk.internal.util.jar to
41135
01650fdf3284 8153654: Update jdeps to be multi-release jar aware
sdrach
parents: 40944
diff changeset
   213
        jdk.jartool,
41828
0436ea0c6099 8156499: Update jlink to support creating images with modules that are packaged as multi-release JARs
sdrach
parents: 41603
diff changeset
   214
        jdk.jdeps,
0436ea0c6099 8156499: Update jlink to support creating images with modules that are packaged as multi-release JARs
sdrach
parents: 41603
diff changeset
   215
        jdk.jlink;
36511
9d0388c6b336 8142968: Module System implementation
alanb
parents:
diff changeset
   216
    exports sun.net to
42460
7133f144981a 8170648: Move java.net.http package out of Java SE to incubator namespace
michaelm
parents: 42360
diff changeset
   217
        jdk.incubator.httpclient;
37676
24ef455da1b0 8044773: Refactor jdk.net API so that it can be moved out of the base module
chegar
parents: 37575
diff changeset
   218
    exports sun.net.ext to
24ef455da1b0 8044773: Refactor jdk.net API so that it can be moved out of the base module
chegar
parents: 37575
diff changeset
   219
        jdk.net;
36511
9d0388c6b336 8142968: Module System implementation
alanb
parents:
diff changeset
   220
    exports sun.net.dns to
9d0388c6b336 8142968: Module System implementation
alanb
parents:
diff changeset
   221
        java.security.jgss,
9d0388c6b336 8142968: Module System implementation
alanb
parents:
diff changeset
   222
        jdk.naming.dns;
9d0388c6b336 8142968: Module System implementation
alanb
parents:
diff changeset
   223
    exports sun.net.util to
9d0388c6b336 8142968: Module System implementation
alanb
parents:
diff changeset
   224
        java.desktop,
45713
ee3f2cbfe23a 8182589: TLS SNI in new Java 9 client is not available
michaelm
parents: 45654
diff changeset
   225
        jdk.jconsole,
ee3f2cbfe23a 8182589: TLS SNI in new Java 9 client is not available
michaelm
parents: 45654
diff changeset
   226
        jdk.incubator.httpclient;
36511
9d0388c6b336 8142968: Module System implementation
alanb
parents:
diff changeset
   227
    exports sun.net.www to
44359
c6761862ca0b 8174823: Module system implementation refresh (3/2017)
alanb
parents: 43996
diff changeset
   228
        java.desktop,
42460
7133f144981a 8170648: Move java.net.http package out of Java SE to incubator namespace
michaelm
parents: 42360
diff changeset
   229
        jdk.incubator.httpclient,
36511
9d0388c6b336 8142968: Module System implementation
alanb
parents:
diff changeset
   230
        jdk.jartool;
9d0388c6b336 8142968: Module System implementation
alanb
parents:
diff changeset
   231
    exports sun.net.www.protocol.http to
9d0388c6b336 8142968: Module System implementation
alanb
parents:
diff changeset
   232
        java.security.jgss;
9d0388c6b336 8142968: Module System implementation
alanb
parents:
diff changeset
   233
    exports sun.nio.ch to
9d0388c6b336 8142968: Module System implementation
alanb
parents:
diff changeset
   234
        java.management,
43248
5e15de85a1a0 8172527: Rename jdk.crypto.token to jdk.crypto.cryptoki
ascarpino
parents: 43243
diff changeset
   235
        jdk.crypto.cryptoki,
42707
6059f74bacdf 8171377: Add sun.misc.Unsafe::invokeCleaner
chegar
parents: 42693
diff changeset
   236
        jdk.sctp,
6059f74bacdf 8171377: Add sun.misc.Unsafe::invokeCleaner
chegar
parents: 42693
diff changeset
   237
        jdk.unsupported;
36511
9d0388c6b336 8142968: Module System implementation
alanb
parents:
diff changeset
   238
    exports sun.nio.cs to
9d0388c6b336 8142968: Module System implementation
alanb
parents:
diff changeset
   239
        java.desktop,
9d0388c6b336 8142968: Module System implementation
alanb
parents:
diff changeset
   240
        jdk.charsets;
38742
4af80d6e9e4d 8066258: Re-examine com.sun.nio.file to see if it should be a supported API
alanb
parents: 38583
diff changeset
   241
    exports sun.nio.fs to
4af80d6e9e4d 8066258: Re-examine com.sun.nio.file to see if it should be a supported API
alanb
parents: 38583
diff changeset
   242
        jdk.unsupported;
36511
9d0388c6b336 8142968: Module System implementation
alanb
parents:
diff changeset
   243
    exports sun.reflect.annotation to
9d0388c6b336 8142968: Module System implementation
alanb
parents:
diff changeset
   244
        jdk.compiler;
9d0388c6b336 8142968: Module System implementation
alanb
parents:
diff changeset
   245
    exports sun.reflect.generics.reflectiveObjects to
9d0388c6b336 8142968: Module System implementation
alanb
parents:
diff changeset
   246
        java.desktop;
9d0388c6b336 8142968: Module System implementation
alanb
parents:
diff changeset
   247
    exports sun.reflect.misc to
9d0388c6b336 8142968: Module System implementation
alanb
parents:
diff changeset
   248
        java.desktop,
9d0388c6b336 8142968: Module System implementation
alanb
parents:
diff changeset
   249
        java.datatransfer,
9d0388c6b336 8142968: Module System implementation
alanb
parents:
diff changeset
   250
        java.management,
43503
bc7f8619ab70 8173607: JMX RMI connector should be in its own module
dfuchs
parents: 43494
diff changeset
   251
        java.management.rmi,
36511
9d0388c6b336 8142968: Module System implementation
alanb
parents:
diff changeset
   252
        java.rmi,
9d0388c6b336 8142968: Module System implementation
alanb
parents:
diff changeset
   253
        java.sql.rowset,
43811
da3dcded5541 8174735: Update JAX-WS RI integration to latest version
aefimov
parents: 43720
diff changeset
   254
        java.xml;
36511
9d0388c6b336 8142968: Module System implementation
alanb
parents:
diff changeset
   255
    exports sun.security.action to
9d0388c6b336 8142968: Module System implementation
alanb
parents:
diff changeset
   256
        java.desktop,
41603
bb9d97b4c21b 8168313: Tighten permissions granted to jdk.crypto.pkcs11 module
mullan
parents: 41590
diff changeset
   257
        java.security.jgss;
36511
9d0388c6b336 8142968: Module System implementation
alanb
parents:
diff changeset
   258
    exports sun.security.internal.interfaces to
43248
5e15de85a1a0 8172527: Rename jdk.crypto.token to jdk.crypto.cryptoki
ascarpino
parents: 43243
diff changeset
   259
        jdk.crypto.cryptoki;
36511
9d0388c6b336 8142968: Module System implementation
alanb
parents:
diff changeset
   260
    exports sun.security.internal.spec to
43248
5e15de85a1a0 8172527: Rename jdk.crypto.token to jdk.crypto.cryptoki
ascarpino
parents: 43243
diff changeset
   261
        jdk.crypto.cryptoki;
36511
9d0388c6b336 8142968: Module System implementation
alanb
parents:
diff changeset
   262
    exports sun.security.jca to
9d0388c6b336 8142968: Module System implementation
alanb
parents:
diff changeset
   263
        java.smartcardio,
9d0388c6b336 8142968: Module System implementation
alanb
parents:
diff changeset
   264
        jdk.crypto.ec,
43248
5e15de85a1a0 8172527: Rename jdk.crypto.token to jdk.crypto.cryptoki
ascarpino
parents: 43243
diff changeset
   265
        jdk.crypto.cryptoki,
36511
9d0388c6b336 8142968: Module System implementation
alanb
parents:
diff changeset
   266
        jdk.naming.dns;
9d0388c6b336 8142968: Module System implementation
alanb
parents:
diff changeset
   267
    exports sun.security.pkcs to
9d0388c6b336 8142968: Module System implementation
alanb
parents:
diff changeset
   268
        jdk.crypto.ec,
9d0388c6b336 8142968: Module System implementation
alanb
parents:
diff changeset
   269
        jdk.jartool;
9d0388c6b336 8142968: Module System implementation
alanb
parents:
diff changeset
   270
    exports sun.security.provider to
9d0388c6b336 8142968: Module System implementation
alanb
parents:
diff changeset
   271
        java.rmi,
9d0388c6b336 8142968: Module System implementation
alanb
parents:
diff changeset
   272
        java.security.jgss,
43248
5e15de85a1a0 8172527: Rename jdk.crypto.token to jdk.crypto.cryptoki
ascarpino
parents: 43243
diff changeset
   273
        jdk.crypto.cryptoki,
36511
9d0388c6b336 8142968: Module System implementation
alanb
parents:
diff changeset
   274
        jdk.policytool,
9d0388c6b336 8142968: Module System implementation
alanb
parents:
diff changeset
   275
        jdk.security.auth;
9d0388c6b336 8142968: Module System implementation
alanb
parents:
diff changeset
   276
    exports sun.security.provider.certpath to
9d0388c6b336 8142968: Module System implementation
alanb
parents:
diff changeset
   277
        java.naming;
9d0388c6b336 8142968: Module System implementation
alanb
parents:
diff changeset
   278
    exports sun.security.rsa to
43248
5e15de85a1a0 8172527: Rename jdk.crypto.token to jdk.crypto.cryptoki
ascarpino
parents: 43243
diff changeset
   279
        jdk.crypto.cryptoki;
36511
9d0388c6b336 8142968: Module System implementation
alanb
parents:
diff changeset
   280
    exports sun.security.ssl to
9d0388c6b336 8142968: Module System implementation
alanb
parents:
diff changeset
   281
        java.security.jgss;
41590
1c5b1891b8e0 8163304: jarsigner -verbose -verify should print the algorithms used to sign the jar
weijun
parents: 41588
diff changeset
   282
    exports sun.security.timestamp to
1c5b1891b8e0 8163304: jarsigner -verbose -verify should print the algorithms used to sign the jar
weijun
parents: 41588
diff changeset
   283
        jdk.jartool;
36511
9d0388c6b336 8142968: Module System implementation
alanb
parents:
diff changeset
   284
    exports sun.security.tools to
9d0388c6b336 8142968: Module System implementation
alanb
parents:
diff changeset
   285
        jdk.jartool;
9d0388c6b336 8142968: Module System implementation
alanb
parents:
diff changeset
   286
    exports sun.security.util to
9d0388c6b336 8142968: Module System implementation
alanb
parents:
diff changeset
   287
        java.desktop,
9d0388c6b336 8142968: Module System implementation
alanb
parents:
diff changeset
   288
        java.naming,
9d0388c6b336 8142968: Module System implementation
alanb
parents:
diff changeset
   289
        java.rmi,
9d0388c6b336 8142968: Module System implementation
alanb
parents:
diff changeset
   290
        java.security.jgss,
9d0388c6b336 8142968: Module System implementation
alanb
parents:
diff changeset
   291
        java.security.sasl,
9d0388c6b336 8142968: Module System implementation
alanb
parents:
diff changeset
   292
        java.smartcardio,
43206
4c18d1166944 8140353: Improve signature checking
mullan
parents: 43183
diff changeset
   293
        java.xml.crypto,
36511
9d0388c6b336 8142968: Module System implementation
alanb
parents:
diff changeset
   294
        jdk.crypto.ec,
43248
5e15de85a1a0 8172527: Rename jdk.crypto.token to jdk.crypto.cryptoki
ascarpino
parents: 43243
diff changeset
   295
        jdk.crypto.cryptoki,
36511
9d0388c6b336 8142968: Module System implementation
alanb
parents:
diff changeset
   296
        jdk.jartool,
9d0388c6b336 8142968: Module System implementation
alanb
parents:
diff changeset
   297
        jdk.policytool,
9d0388c6b336 8142968: Module System implementation
alanb
parents:
diff changeset
   298
        jdk.security.auth,
9d0388c6b336 8142968: Module System implementation
alanb
parents:
diff changeset
   299
        jdk.security.jgss;
9d0388c6b336 8142968: Module System implementation
alanb
parents:
diff changeset
   300
    exports sun.security.x509 to
9d0388c6b336 8142968: Module System implementation
alanb
parents:
diff changeset
   301
        jdk.crypto.ec,
43248
5e15de85a1a0 8172527: Rename jdk.crypto.token to jdk.crypto.cryptoki
ascarpino
parents: 43243
diff changeset
   302
        jdk.crypto.cryptoki,
36511
9d0388c6b336 8142968: Module System implementation
alanb
parents:
diff changeset
   303
        jdk.jartool,
9d0388c6b336 8142968: Module System implementation
alanb
parents:
diff changeset
   304
        jdk.security.auth;
43183
b50e0f90d284 8172529: Use PKIXValidator in jarsigner
weijun
parents: 42707
diff changeset
   305
    exports sun.security.validator to
b50e0f90d284 8172529: Use PKIXValidator in jarsigner
weijun
parents: 42707
diff changeset
   306
        jdk.jartool;
36511
9d0388c6b336 8142968: Module System implementation
alanb
parents:
diff changeset
   307
    exports sun.text.resources to
9d0388c6b336 8142968: Module System implementation
alanb
parents:
diff changeset
   308
        jdk.localedata;
39734
7701942a1e7b 8159214: jlink --include-locales problems
naoto
parents: 38796
diff changeset
   309
    exports sun.util.cldr to
7701942a1e7b 8159214: jlink --include-locales problems
naoto
parents: 38796
diff changeset
   310
        jdk.jlink;
36511
9d0388c6b336 8142968: Module System implementation
alanb
parents:
diff changeset
   311
    exports sun.util.locale.provider to
9d0388c6b336 8142968: Module System implementation
alanb
parents:
diff changeset
   312
        java.desktop,
39734
7701942a1e7b 8159214: jlink --include-locales problems
naoto
parents: 38796
diff changeset
   313
        jdk.jlink,
36511
9d0388c6b336 8142968: Module System implementation
alanb
parents:
diff changeset
   314
        jdk.localedata;
9d0388c6b336 8142968: Module System implementation
alanb
parents:
diff changeset
   315
    exports sun.util.logging to
9d0388c6b336 8142968: Module System implementation
alanb
parents:
diff changeset
   316
        java.desktop,
9d0388c6b336 8142968: Module System implementation
alanb
parents:
diff changeset
   317
        java.logging,
9d0388c6b336 8142968: Module System implementation
alanb
parents:
diff changeset
   318
        java.prefs;
39734
7701942a1e7b 8159214: jlink --include-locales problems
naoto
parents: 38796
diff changeset
   319
    exports sun.util.resources to
7701942a1e7b 8159214: jlink --include-locales problems
naoto
parents: 38796
diff changeset
   320
        jdk.localedata;
36511
9d0388c6b336 8142968: Module System implementation
alanb
parents:
diff changeset
   321
45654
5ff2edfa03fc 8182416: Clean up module-info.java like move requires transitive adjacent to exports
mchung
parents: 45528
diff changeset
   322
5ff2edfa03fc 8182416: Clean up module-info.java like move requires transitive adjacent to exports
mchung
parents: 45528
diff changeset
   323
    // the service types defined by the APIs in this module
5ff2edfa03fc 8182416: Clean up module-info.java like move requires transitive adjacent to exports
mchung
parents: 45528
diff changeset
   324
5ff2edfa03fc 8182416: Clean up module-info.java like move requires transitive adjacent to exports
mchung
parents: 45528
diff changeset
   325
    uses java.lang.System.LoggerFinder;
5ff2edfa03fc 8182416: Clean up module-info.java like move requires transitive adjacent to exports
mchung
parents: 45528
diff changeset
   326
    uses java.net.ContentHandlerFactory;
5ff2edfa03fc 8182416: Clean up module-info.java like move requires transitive adjacent to exports
mchung
parents: 45528
diff changeset
   327
    uses java.net.spi.URLStreamHandlerProvider;
5ff2edfa03fc 8182416: Clean up module-info.java like move requires transitive adjacent to exports
mchung
parents: 45528
diff changeset
   328
    uses java.nio.channels.spi.AsynchronousChannelProvider;
5ff2edfa03fc 8182416: Clean up module-info.java like move requires transitive adjacent to exports
mchung
parents: 45528
diff changeset
   329
    uses java.nio.channels.spi.SelectorProvider;
5ff2edfa03fc 8182416: Clean up module-info.java like move requires transitive adjacent to exports
mchung
parents: 45528
diff changeset
   330
    uses java.nio.charset.spi.CharsetProvider;
5ff2edfa03fc 8182416: Clean up module-info.java like move requires transitive adjacent to exports
mchung
parents: 45528
diff changeset
   331
    uses java.nio.file.spi.FileSystemProvider;
5ff2edfa03fc 8182416: Clean up module-info.java like move requires transitive adjacent to exports
mchung
parents: 45528
diff changeset
   332
    uses java.nio.file.spi.FileTypeDetector;
5ff2edfa03fc 8182416: Clean up module-info.java like move requires transitive adjacent to exports
mchung
parents: 45528
diff changeset
   333
    uses java.security.Provider;
5ff2edfa03fc 8182416: Clean up module-info.java like move requires transitive adjacent to exports
mchung
parents: 45528
diff changeset
   334
    uses java.text.spi.BreakIteratorProvider;
5ff2edfa03fc 8182416: Clean up module-info.java like move requires transitive adjacent to exports
mchung
parents: 45528
diff changeset
   335
    uses java.text.spi.CollatorProvider;
5ff2edfa03fc 8182416: Clean up module-info.java like move requires transitive adjacent to exports
mchung
parents: 45528
diff changeset
   336
    uses java.text.spi.DateFormatProvider;
5ff2edfa03fc 8182416: Clean up module-info.java like move requires transitive adjacent to exports
mchung
parents: 45528
diff changeset
   337
    uses java.text.spi.DateFormatSymbolsProvider;
5ff2edfa03fc 8182416: Clean up module-info.java like move requires transitive adjacent to exports
mchung
parents: 45528
diff changeset
   338
    uses java.text.spi.DecimalFormatSymbolsProvider;
5ff2edfa03fc 8182416: Clean up module-info.java like move requires transitive adjacent to exports
mchung
parents: 45528
diff changeset
   339
    uses java.text.spi.NumberFormatProvider;
5ff2edfa03fc 8182416: Clean up module-info.java like move requires transitive adjacent to exports
mchung
parents: 45528
diff changeset
   340
    uses java.time.chrono.AbstractChronology;
5ff2edfa03fc 8182416: Clean up module-info.java like move requires transitive adjacent to exports
mchung
parents: 45528
diff changeset
   341
    uses java.time.chrono.Chronology;
5ff2edfa03fc 8182416: Clean up module-info.java like move requires transitive adjacent to exports
mchung
parents: 45528
diff changeset
   342
    uses java.time.zone.ZoneRulesProvider;
5ff2edfa03fc 8182416: Clean up module-info.java like move requires transitive adjacent to exports
mchung
parents: 45528
diff changeset
   343
    uses java.util.spi.CalendarDataProvider;
5ff2edfa03fc 8182416: Clean up module-info.java like move requires transitive adjacent to exports
mchung
parents: 45528
diff changeset
   344
    uses java.util.spi.CalendarNameProvider;
5ff2edfa03fc 8182416: Clean up module-info.java like move requires transitive adjacent to exports
mchung
parents: 45528
diff changeset
   345
    uses java.util.spi.CurrencyNameProvider;
5ff2edfa03fc 8182416: Clean up module-info.java like move requires transitive adjacent to exports
mchung
parents: 45528
diff changeset
   346
    uses java.util.spi.LocaleNameProvider;
5ff2edfa03fc 8182416: Clean up module-info.java like move requires transitive adjacent to exports
mchung
parents: 45528
diff changeset
   347
    uses java.util.spi.ResourceBundleControlProvider;
5ff2edfa03fc 8182416: Clean up module-info.java like move requires transitive adjacent to exports
mchung
parents: 45528
diff changeset
   348
    uses java.util.spi.ResourceBundleProvider;
5ff2edfa03fc 8182416: Clean up module-info.java like move requires transitive adjacent to exports
mchung
parents: 45528
diff changeset
   349
    uses java.util.spi.TimeZoneNameProvider;
5ff2edfa03fc 8182416: Clean up module-info.java like move requires transitive adjacent to exports
mchung
parents: 45528
diff changeset
   350
    uses java.util.spi.ToolProvider;
5ff2edfa03fc 8182416: Clean up module-info.java like move requires transitive adjacent to exports
mchung
parents: 45528
diff changeset
   351
    uses javax.security.auth.spi.LoginModule;
5ff2edfa03fc 8182416: Clean up module-info.java like move requires transitive adjacent to exports
mchung
parents: 45528
diff changeset
   352
36511
9d0388c6b336 8142968: Module System implementation
alanb
parents:
diff changeset
   353
    // JDK-internal service types
45654
5ff2edfa03fc 8182416: Clean up module-info.java like move requires transitive adjacent to exports
mchung
parents: 45528
diff changeset
   354
36511
9d0388c6b336 8142968: Module System implementation
alanb
parents:
diff changeset
   355
    uses jdk.internal.logger.DefaultLoggerFinder;
9d0388c6b336 8142968: Module System implementation
alanb
parents:
diff changeset
   356
    uses sun.security.ssl.ClientKeyExchangeService;
42360
5e60b1e45041 8075577: java.time does not support HOST provider
rgoel
parents: 42338
diff changeset
   357
    uses sun.text.spi.JavaTimeDateTimePatternProvider;
36511
9d0388c6b336 8142968: Module System implementation
alanb
parents:
diff changeset
   358
    uses sun.util.spi.CalendarProvider;
9d0388c6b336 8142968: Module System implementation
alanb
parents:
diff changeset
   359
    uses sun.util.locale.provider.LocaleDataMetaInfo;
9d0388c6b336 8142968: Module System implementation
alanb
parents:
diff changeset
   360
    uses sun.util.resources.LocaleData.CommonResourceBundleProvider;
9d0388c6b336 8142968: Module System implementation
alanb
parents:
diff changeset
   361
    uses sun.util.resources.LocaleData.SupplementaryResourceBundleProvider;
9d0388c6b336 8142968: Module System implementation
alanb
parents:
diff changeset
   362
9d0388c6b336 8142968: Module System implementation
alanb
parents:
diff changeset
   363
    // Built-in service providers that are located via ServiceLoader
9d0388c6b336 8142968: Module System implementation
alanb
parents:
diff changeset
   364
9d0388c6b336 8142968: Module System implementation
alanb
parents:
diff changeset
   365
    provides java.nio.file.spi.FileSystemProvider with
9d0388c6b336 8142968: Module System implementation
alanb
parents:
diff changeset
   366
        jdk.internal.jrtfs.JrtFileSystemProvider;
9d0388c6b336 8142968: Module System implementation
alanb
parents:
diff changeset
   367
}