sadayapalam [Fri, 12 Aug 2016 11:49:18 +0530] rev 40313
8068626: Add javac lint warning when the @Deprecated annotation is used where it is a no-op
Reviewed-by: mcimadamore, ksrini
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
rfield [Wed, 10 Aug 2016 10:47:43 -0700] rev 40305
8163500: JShell: ProblemList.txt update: 8139872 and 8080843 fixed
Reviewed-by: jlahoda
rfield [Tue, 09 Aug 2016 23:00:49 -0700] rev 40304
8143964: JShell API: convert query responses to Stream instead of List
Reviewed-by: psandoz, shinyafox