alanb [Fri, 16 Dec 2016 05:47:58 +0000] rev 42822
8170987: Module system implementation refresh (12/2016)
Reviewed-by: mcimadamore
Contributed-by: jonathan.gibbons@oracle.com, jan.lahoda@oracle.com, srikanth.adayapalam@oracle.com, alan.bateman@oracle.com, mandy.chung@oracle.com
jjg [Thu, 15 Dec 2016 11:47:25 -0800] rev 42821
8170553: javac info options should match launcher options
Reviewed-by: jlahoda
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