jjg [Wed, 14 Dec 2016 18:30:56 -0800] rev 42820
8170708: javap -m <module> cannot read a module-info.class
Reviewed-by: jlahoda
dlsmith [Wed, 14 Dec 2016 17:56:11 -0700] rev 42819
8075793: Source incompatibility for inference using -source 7
Summary: In pre-8 sources, avoid capture variables as inference bounds, consistent with old javac behavior
Reviewed-by: vromero, mcimadamore
lana [Wed, 14 Dec 2016 20:34:19 +0000] rev 42818
Merge
mchung [Wed, 14 Dec 2016 10:51:21 -0800] rev 42817
8171201: Drop java.compact$N aggregator modules
8171202: Rename jdk.crypto.pkcs11 and jdk.pack200 to end with Java letters
Reviewed-by: alanb, erikj
bpatel [Tue, 13 Dec 2016 12:25:58 -0800] rev 42816
8162674: change javadoc output text and style emitted by for-removal deprecations
Reviewed-by: jjg
jlahoda [Tue, 13 Dec 2016 10:49:28 +0100] rev 42815
8072988: Update javax.annotation.processing for modules
Summary: Support for generating files in multi-module mode.
Reviewed-by: darcy, jjg
Contributed-by: joe.darcy@oracle.com, jan.lahoda@oracle.com
jlahoda [Tue, 13 Dec 2016 10:48:18 +0100] rev 42814
8171005: Fix JavaFileManager.getLocationForModule(Location location, JavaFileObject fo, String pkgName) to work with location == CLASS_OUTPUT
Summary: JavaFileManager operations that allow module-oriented locations should also allow output locations.
Reviewed-by: jjg