jjg [Thu, 09 Mar 2017 18:53:23 -0800] rev 44192
8176470: javac Pretty printer should include doc comment for modules
Reviewed-by: vromero
darcy [Thu, 09 Mar 2017 18:33:47 -0800] rev 44191
8176477: Use DirectiveVisitor to print module information
Reviewed-by: jjg
lana [Thu, 09 Mar 2017 23:15:55 +0000] rev 44190
Merge
jjg [Thu, 09 Mar 2017 13:46:40 -0800] rev 44189
8176331: Simplify new doclet packages
Reviewed-by: ksrini
rfield [Thu, 09 Mar 2017 08:45:21 -0800] rev 44188
8176412: jshell tool: automatic imports are excluded on /reload causing it to fail
Reviewed-by: jlahoda
vromero [Thu, 09 Mar 2017 06:34:06 -0800] rev 44187
8175235: type inference regression after JDK-8046685
Reviewed-by: mcimadamore
Contributed-by: vicente.romero@oracle.com, maurizio.cimadamore@oracle.com
mcimadamore [Thu, 09 Mar 2017 12:08:02 +0000] rev 44186
8176265: Method overload resolution on a covariant base type doesn't work in 9
Summary: Some type mappings should not be recursive
Reviewed-by: vromero, jlahoda
jlahoda [Wed, 08 Mar 2017 20:42:17 +0100] rev 44185
8072114: javac performance should be improved
Summary: Avoiding unnecessary use of Stream.empty().
Reviewed-by: mcimadamore