src/java.base/share/classes/module-info.java
branchdatagramsocketimpl-branch
changeset 58678 9cf78a70fa4f
parent 54950 46ae54c3026d
child 58679 9c3209ff7550
equal deleted inserted replaced
58677:13588c901957 58678:9cf78a70fa4f
    94     exports java.nio.charset.spi;
    94     exports java.nio.charset.spi;
    95     exports java.nio.file;
    95     exports java.nio.file;
    96     exports java.nio.file.attribute;
    96     exports java.nio.file.attribute;
    97     exports java.nio.file.spi;
    97     exports java.nio.file.spi;
    98     exports java.security;
    98     exports java.security;
    99     exports java.security.acl;
       
   100     exports java.security.cert;
    99     exports java.security.cert;
   101     exports java.security.interfaces;
   100     exports java.security.interfaces;
   102     exports java.security.spec;
   101     exports java.security.spec;
   103     exports java.text;
   102     exports java.text;
   104     exports java.text.spi;
   103     exports java.text.spi;
   191         jdk.attach,
   190         jdk.attach,
   192         jdk.charsets,
   191         jdk.charsets,
   193         jdk.compiler,
   192         jdk.compiler,
   194         jdk.jfr,
   193         jdk.jfr,
   195         jdk.jshell,
   194         jdk.jshell,
       
   195         jdk.nio.mapmode,
   196         jdk.scripting.nashorn,
   196         jdk.scripting.nashorn,
   197         jdk.scripting.nashorn.shell,
   197         jdk.scripting.nashorn.shell,
   198         jdk.unsupported,
   198         jdk.unsupported,
   199         jdk.internal.vm.ci;
   199         jdk.internal.vm.ci;
   200     exports jdk.internal.module to
   200     exports jdk.internal.module to