src/java.base/share/classes/module-info.java
changeset 54669 ad45b3802d4e
parent 52914 4fa75d8ad418
child 54950 46ae54c3026d
equal deleted inserted replaced
54668:0bda2308eded 54669:ad45b3802d4e
     1 /*
     1 /*
     2  * Copyright (c) 2014, 2018, Oracle and/or its affiliates. All rights reserved.
     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.
     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
   212     exports jdk.internal.reflect to
   212     exports jdk.internal.reflect to
   213         java.logging,
   213         java.logging,
   214         java.sql,
   214         java.sql,
   215         java.sql.rowset,
   215         java.sql.rowset,
   216         jdk.dynalink,
   216         jdk.dynalink,
       
   217         jdk.internal.vm.ci,
   217         jdk.scripting.nashorn,
   218         jdk.scripting.nashorn,
   218         jdk.unsupported;
   219         jdk.unsupported;
   219     exports jdk.internal.vm to
   220     exports jdk.internal.vm to
   220         jdk.internal.jvmstat,
   221         jdk.internal.jvmstat,
   221         jdk.management.agent;
   222         jdk.management.agent;