duke [Wed, 05 Jul 2017 23:40:06 +0200] rev 45505
Merge
jlahoda [Thu, 15 Jun 2017 13:44:42 +0200] rev 45504
8170326: Inconsistencies between code, compiler.properties and comments
Summary: Converting uses of Log and JCDiagnostic.Factory methods to use CompilerProperties instead of plain Strings, fixing inconsistencies, adding crules analyzer to ensure CompilerProperties are used whenever possible.
Reviewed-by: mcimadamore
lana [Wed, 14 Jun 2017 20:05:01 +0000] rev 45503
Merge
lana [Thu, 08 Jun 2017 16:32:57 +0000] rev 45502
Added tag jdk-9+173 for changeset 4b53bf8b530c
rfield [Tue, 13 Jun 2017 12:31:28 -0700] rev 45501
8180306: jshell tool: /help -- confusing identifier in feedback mode examples
8179048: jshell tool: /help -- references to "/reset or /reload" should add /env
8179046: jshell tool: /help /edit is missing -all and -start
8181950: jshell tests: longer help documentation breaks tests because of paging
Reviewed-by: jlahoda
vromero [Tue, 13 Jun 2017 11:21:09 -0700] rev 45500
8181464: Invalid lambda in annotation causes NPE in Lint.augment
Reviewed-by: mcimadamore
lana [Fri, 09 Jun 2017 21:34:47 +0000] rev 45499
Added tag jdk-10+11 for changeset f7479ee8de69
vromero [Fri, 09 Jun 2017 11:27:03 -0700] rev 45498
8175794: Type inference regression after JDK-8078093
Reviewed-by: mcimadamore
Contributed-by: maurizio.cimadamore@oracle.com, vicente.romero@oracle.com