History log of /openjdk10/jdk/src/java.base/share/classes/module-info.java
Revision Date Author Comments
# 17678:f59720adabf8 01-Sep-2017 jjg

8187021: Remove 2 redundant <p> tags in java.base API docs
Reviewed-by: darcy


# 17450:28ec2d23ed70 06-Jul-2017 lana

Merge


# 17448:80acf577b7d0 03-Jul-2017 mr

8182776: Fix typos in module declarations
8183161: Fix font-family style attributes in module declarations
Reviewed-by: jjg, alanb


# 17431:b3918ac80748 29-Jun-2017 michaelm

8182589: TLS SNI in new Java 9 client is not available
Reviewed-by: dfuchs


# 17410:a59b6b3fc4dd 17-Jun-2017 mchung

8182416: Clean up module-info.java like move requires transitive adjacent to exports
Reviewed-by: alanb


# 17361:0f734ac5ddb1 07-Jun-2017 mchung

8181639: Add tool and services information to module summary
Reviewed-by: alanb, psandoz, lancea


# 17206:81ae2abfb49f 09-May-2017 prappo

8179021: Latest bugfixes to WebSocket/HPACK from the sandbox repo
Reviewed-by: dfuchs


# 17162:73113c19a5df 04-May-2017 alanb

8178380: Module system implementation refresh (5/2017)
Reviewed-by: mchung, alanb, sspitsyn
Contributed-by: alan.bateman@oracle.com, mandy.chung@oracle.com, chris.hegarty@oracle.com


# 16952:171e10061798 29-Mar-2017 mchung

8173303: Add module-subgraph images to main platform documentation
Reviewed-by: alanb, chegar, erikj, ihse, lancea
Contributed-by: jonathan.gibbons@oracle.com, mandy.chung@oracle.com


# 16937:085c764a3e5b 22-Mar-2017 alanb

8174823: Module system implementation refresh (3/2017)
Reviewed-by: chegar, mchung, alanb
Contributed-by: alan.bateman@oracle.com, mandy.chung@oracle.com, sundararajan.athijegannathan@oracle.com, peter.levart@gmail.com


# 16783:a4d094e7dd1f 17-Feb-2017 jwilhelm

Merge


# 16782:452ec4d03b3c 16-Feb-2017 kvn

8174879: Rename jdk.vm.ci to jdk.internal.vm.ci
Summary: Rename jdk.vm.ci and jdk.vm.compiler modules to jdk.internal.vm.ci and jdk.internal.vm.compiler.
Reviewed-by: mchung, ihse, dnsimon


# 16738:77df00dbacfb 16-Feb-2017 aefimov

8174735: Update JAX-WS RI integration to latest version
Reviewed-by: alanb, mchung, lancea
Contributed-by: roman.grigoriadi@oracle.com


# 16698:9061aabb211d 09-Feb-2017 jwilhelm

Merge


# 16697:31fdce5df5cd 09-Feb-2017 jwilhelm

Merge


# 16694:07739d8a2680 31-Jan-2017 jwilhelm

Merge


# 16688:297a26386644 09-Feb-2017 mli

8173957: Fix @since in module-info.java in dev/jdk repo
Reviewed-by: alanb, lancea


# 16648:0eb0f644345d 03-Feb-2017 jwilhelm

Merge


# 16647:955d8b6ded80 23-Jan-2017 jwilhelm

Merge


# 16643:5c08f2a9daee 19-Jan-2017 gtriantafill

8152206: Simplify jvmstat modules
Reviewed-by: alanb, mchung, hseigel


# 16621:625b698c3cbe 03-Feb-2017 mchung

8173858: Rename libmanagement_rmi to libmanagement_agent
Reviewed-by: alanb, dfuchs, dholmes, erikj


# 16613:db6e995edd0a 02-Feb-2017 dfuchs

8173607: JMX RMI connector should be in its own module
Summary: The JMX RMI connector is moved to a new java.management.rmi module.
Reviewed-by: mchung, erikj


# 16604:7bd7a7ffa84b 31-Jan-2017 mchung

8173608: Separate JDK management agent from java.management module
Reviewed-by: dfuchs, dholmes, erikj


# 16591:f467a23ab0c0 27-Jan-2017 prappo

8170116: Remove qualified exports from java.base to java.corba
Reviewed-by: dfuchs, alanb, mchung
Contributed-by: Chris Hegarty <chris.hegarty@oracle.com>, Daniel Fuchs <daniel.fuchs@oracle.com>


# 16554:ccf1ccb7adf9 23-Jan-2017 ascarpino

8172527: Rename jdk.crypto.token to jdk.crypto.cryptoki
Reviewed-by: mchung, wetmore


# 16549:6905bb05d585 21-Jan-2017 mchung

8173024: Replace direct use of AuthResources resource bundle from jdk.security.auth
Reviewed-by: weijun


# 16527:fe9b621d7ae2 19-Jan-2017 mullan

8055206: Update SecurityManager::checkPackageAccess to restrict non-exported JDK packages by default
Reviewed-by: mchung


# 16512:5117ab31c699 04-Oct-2016 mullan

8140353: Improve signature checking
Reviewed-by: xuelei, ahgross, mchung


# 16489:1f2ca4d87a97 17-Jan-2017 weijun

8172529: Use PKIXValidator in jarsigner
Reviewed-by: xuelei, mullan, alanb


# 16292:adc00ab4ac58 16-Dec-2016 chegar

8171377: Add sun.misc.Unsafe::invokeCleaner
Reviewed-by: alanb, plevart


# 16278:de18c7fc80ea 14-Dec-2016 mchung

8171201: Drop java.compact$N aggregator modules
8171202: Rename jdk.crypto.pkcs11 and jdk.pack200 to end with Java letters
Reviewed-by: alanb, erikj


# 16234:3b25414eb6af 09-Dec-2016 michaelm

8170648: Move java.net.http package out of Java SE to incubator namespace
Reviewed-by: chegar, dfuchs, michaelm, prappo, skuksenko
Contributed-by: Chris Hegarty <chris.hegarty@oracle.com>, Daniel Fuchs <daniel.fuchs@oracle.com>, Michael McMahon <michael.x.mcmahon@oracle.com>, Pavel Rappo <pavel.rappo@oracle.com>, Sergey Kuksenko <sergey.kuksenko@oracle.com>, anthony.vanelverdinghe@gmail.com


# 16199:5c9389804cbc 04-Dec-2016 rgoel

8075577: java.time does not support HOST provider
Reviewed-by: okutsu, rriggs


# 16177:89ef4b822745 01-Dec-2016 alanb

8169069: Module system implementation refresh (11/2016)
Reviewed-by: plevart, chegar, psandoz, mchung, alanb, dfuchs, naoto, coffeys, weijun
Contributed-by: alan.bateman@oracle.com, mandy.chung@oracle.com, claes.redestad@oracle.com, mark.reinhold@oracle.com


# 15975:f3e3ad225c1e 01-Nov-2016 sdrach

8156499: Update jlink to support creating images with modules that are packaged as multi-release JARs
Reviewed-by: alanb, mchung


# 15888:2a8c7d5443b1 21-Oct-2016 mullan

8168313: Tighten permissions granted to jdk.crypto.pkcs11 module
Reviewed-by: ascarpino


# 15875:7a25dbe45e61 19-Oct-2016 weijun

8163304: jarsigner -verbose -verify should print the algorithms used to sign the jar
Reviewed-by: mullan


# 15873:e9758dbaa927 18-Oct-2016 jlahoda

8166183: jshell tool: on return from Ctrl-Z, garbage on screen, dies with Ctrl-C
Summary: Allow use of jdk.internal.misc.Signal from jshell and jjs.
Reviewed-by: rfield, chegar


# 15821:be6f49bd1797 12-Oct-2016 sundar

8167614: Avoid module dependency from jdk.dynalink to jdk.internal.module of java.base module
Reviewed-by: jlaskey, alanb


# 15770:d238b1447080 07-Oct-2016 jjg

8159855: Create an SPI for tools
Reviewed-by: mchung


# 15746:efaf8263c116 04-Oct-2016 mchung

8166860: Add magic number to jmod file
Reviewed-by: alanb, jjg


# 15702:57746f6885ac 26-Sep-2016 sdrach

8153654: Update jdeps to be multi-release jar aware
Reviewed-by: mchung


# 15596:606ec12670fe 14-Sep-2016 dfuchs

6543126: Level.known can leak memory
Summary: Custom level instances will now be released when their defining class loader is no longer referenced.
Reviewed-by: plevart, mchung, chegar


# 15370:815d7566d649 17-Aug-2016 lancea

8161965: Create initial javadoc description for modules
Reviewed-by: mchung, alanb, abuckley


# 15323:a670a92950d9 29-Jul-2016 sdrach

8158295: Add a multi-release jar validation mechanism to jar tool
Reviewed-by: ogb, psandoz


# 15139:1a883741d535 26-Jul-2016 dfuchs

8153082: Update XSLT compiler to generate classes that invoke addReads
Summary: This fix updates the XSLT compiler to generate Module.addReads statements for external function calls (see FunctionCall.java)
Reviewed-by: alanb, clanger, joehw


# 15097:5af6e98e7a27 18-Jul-2016 naoto

8159214: jlink --include-locales problems
Reviewed-by: jlaskey, okutsu


# 14697:d18175cea88b 02-Jun-2016 amurillo

Merge


# 14693:df097382d1c4 24-May-2016 vlivanov

Merge


# 14692:6c8546a858e9 20-May-2016 vlivanov

Merge


# 14690:de16a3f9f35e 11-May-2016 psandoz

8144826: [JVMCI] Remove jdk.vm.ci.hotspot.Stable and use jdk.internal.vm.annotation.Stable
Reviewed-by: twisti


# 14652:4d87d6baed78 31-May-2016 sundar

8158131: Nashorn should not use jdk.internal.module.Modules API
Reviewed-by: hannesw, mhaupt, alanb


# 14643:0dbd91df691e 30-May-2016 alanb

8066258: Re-examine com.sun.nio.file to see if it should be a supported API
Reviewed-by: chegar


# 14632:df35a805b405 27-May-2016 mchung

8157986: Runtime support for javac to determine arguments to the runtime environment
Reviewed-by: alanb


# 14552:3976fadb091d 19-May-2016 iris

8144062: Move jdk.Version to java.lang.Runtime.Version
Reviewed-by: abuckley, alanb, forax, jjg, mchung, psandoz


# 14385:8674acefce79 06-May-2016 sspitsyn

8156147: NPE in InstrumentationImpl.transform when loading classes from -Xbootclasspath/a
Summary: Use the jdk.internal.loader.Bootloader if the loader argument is null
Reviewed-by: alanb


# 14358:a8818f3e8c52 03-May-2016 alanb

Merge


# 14357:5c412978857d 03-May-2016 alanb

8154956: Module system implementation refresh (4/2016)
Reviewed-by: alanb, mchung, chegar, redestad
Contributed-by: alan.bateman@oracle.com, mandy.chung@oracle.com, erik.joelsson@oracle.com, chris.hegarty@oracle.com, peter.levart@gmail.com, sundararajan.athijegannathan@oracle.com


# 14307:88dbf3f5bb92 28-Apr-2016 chegar

8155578: OpenJDK build failed after JDK-8044773
Reviewed-by: alanb


# 14304:46dfc09b2c76 27-Apr-2016 chegar

8044773: Refactor jdk.net API so that it can be moved out of the base module
Reviewed-by: alanb, erikj, mchung


# 14247:a7bb22e03a2d 19-Apr-2016 valeriep

8077360: Lower the number of providers created when using ServiceLoader
Summary: Change ProviderLoader to be singleton and keep providers in java.base internal
Reviewed-by: mullan


# 14176:8606d027b2c2 15-Apr-2016 chegar

8137058: Clear out all non-Critical APIs from sun.reflect
Reviewed-by: alanb, jfranck, mchung


# 14108:d11ad4b19348 10-Apr-2016 msheppar

8134577: Eliminate or standardize a replacement for sun.net.spi.nameservice.NameServiceDescriptor
Reviewed-by: chegar, alanb


# 14107:550572253bd8 09-Apr-2016 chegar

8153737: Unsupported Module
Reviewed-by: alanb, mchung, psandoz


# 13995:027be703141c 03-Apr-2016 chegar

8153181: Move sun.misc.VMSupport to an internal package
Reviewed-by: alanb, mchung


# 13979:391525879ab0 30-Mar-2016 chegar

8152190: Move sun.misc.JarIndex and InvalidJarIndexException to an internal package
Reviewed-by: alanb


# 13955:c1288b724e43 24-Mar-2016 dfuchs

8152606: java.base no longer needs to export sun.util.logging to java.httpclient
Summary: Now that JDK-8151281 is fixed, java.base module-info.java can be cleaned up to no longer export sun.util.logging to java.httpclient.
Reviewed-by: chegar, alanb


# 13901:b2a69d66dc65 17-Mar-2016 alanb

8142968: Module System implementation
Summary: Initial integration of JEP 200, JEP 260, JEP 261, and JEP 282
Reviewed-by: alanb, mchung, naoto, rriggs, psandoz, plevart, mullan, ascarpino, vinnie, prr, sherman, dfuchs, mhaupt
Contributed-by: alan.bateman@oracle.com, alex.buckley@oracle.com, jonathan.gibbons@oracle.com, karen.kinnear@oracle.com, mandy.chung@oracle.com, mark.reinhold@oracle.com, chris.hegarty@oracle.com, alexandr.scherbatiy@oracle.com, amy.lu@oracle.com, calvin.cheung@oracle.com, daniel.fuchs@oracle.com, erik.joelsson@oracle.com, harold.seigel@oracle.com, jaroslav.bachorik@oracle.com, jean-francois.denise@oracle.com, jan.lahoda@oracle.com, james.laskey@oracle.com, lois.foltan@oracle.com, miroslav.kos@oracle.com, huaming.li@oracle.com, sean.mullan@oracle.com, naoto.sato@oracle.com, masayoshi.okutsu@oracle.com, peter.levart@gmail.com, philip.race@oracle.com, claes.redestad@oracle.com, sergey.bylokhov@oracle.com, alexandre.iline@oracle.com, volker.simonis@gmail.com, staffan.larsen@oracle.com, stuart.marks@oracle.com, semyon.sadetsky@oracle.com, serguei.spitsyn@oracle.com, sundararajan.athijegannathan@oracle.com, valerie.peng@oracle.com, vincent.x.ryan@oracle.com, weijun.wang@oracle.com, yuri.nesterenko@oracle.com, yekaterina.kantserova@oracle.com, alexander.kulyakhtin@oracle.com, felix.yang@oracle.com, andrei.eremeev@oracle.com, frank.yuan@oracle.com, sergei.pikalev@oracle.com, sibabrata.sahoo@oracle.com, tiantian.du@oracle.com, sha.jiang@oracle.com