lana [Thu, 11 Aug 2016 17:02:00 +0000] rev 40312
Merge
jlahoda [Thu, 11 Aug 2016 17:26:12 +0200] rev 40311
8133884: javac moduleName/className and moduleName/packageName options
8162711: javax.lang.model.util.Elements.getModuleElement returns null during annotation processing on class files
Summary: Adding a test for annotation processing for <module-name>/<class-name>; ensuring the <module-name> module is in the module graph.
Reviewed-by: jjg
ksrini [Wed, 10 Aug 2016 16:19:09 -0700] rev 40310
8152054: fix @ignored langtools/test/jdk/javadoc/tool/ tests
Reviewed-by: jjg
mchung [Wed, 10 Aug 2016 15:54:25 -0700] rev 40309
Merge
jjg [Wed, 10 Aug 2016 15:47:46 -0700] rev 40308
8136930: Simplify use of module-system options by custom launchers
8160489: Multiple -Xpatch lines ignored by javac
8156998: javac should support new option -XinheritRuntimeEnvironment
Reviewed-by: jlahoda, ksrini
rfield [Wed, 10 Aug 2016 15:52:26 -0700] rev 40307
8163817: JShell tests: disable minor failing editor tool cases: 8161276, 8163816, 8159229
Reviewed-by: jlahoda, psandoz, darcy
vromero [Wed, 10 Aug 2016 13:52:02 -0700] rev 40306
8160156: javac is generating let expressions unnecessarily
Reviewed-by: mcimadamore
Contributed-by: vicente.romero@oracle.com, maurizio.cimadamore@oracle.com