duke [Wed, 05 Jul 2017 22:26:06 +0200] rev 41945
Merge
duke [Wed, 05 Jul 2017 22:25:59 +0200] rev 41944
Merge
mcimadamore [Mon, 07 Nov 2016 16:08:18 +0000] rev 41943
8169093: Generics, javac not matching actual and formal arguments.
Summary: Make diagnostic for type-args arity mismatch consistent with the class case
Reviewed-by: vromero
mcimadamore [Mon, 07 Nov 2016 11:16:23 +0000] rev 41942
8168854: javac erroneously reject a a service interface inner class in a provides clause
Summary: Java SE 9 proposed spec changes do not explicitly forbid a service interface to be an inner class - javac should follow
Reviewed-by: jjg
rfield [Sun, 06 Nov 2016 22:50:46 -0800] rev 41941
8161983: JShell API: Clean-up following 8160127 et. al.
Reviewed-by: jlahoda
rfield [Fri, 04 Nov 2016 14:47:25 -0700] rev 41940
8129559: JShell: compilation fails if class, method or field is annotated and has modifiers
8080354: JShell: Runtime visible annotations cannot be retrieved
Reviewed-by: jlahoda
lana [Fri, 04 Nov 2016 17:52:11 +0000] rev 41939
Merge
jjg [Thu, 03 Nov 2016 13:59:15 -0700] rev 41938
8167975: align javac --add-* modules options with launcher
Reviewed-by: jlahoda
rfield [Thu, 03 Nov 2016 09:12:02 -0700] rev 41937
8161969: jshell tool: /var value is not truncated per feedback setting
8166637: jshell tool: confusing truncation of long result values
8154513: JShell tool: welcome message should match feedback mode
8167552: jshell tool: Typo in jshell command '/? /reload' description
Reviewed-by: jlahoda
ksrini [Wed, 02 Nov 2016 15:42:20 -0700] rev 41936
8166857: langtools build.xml broken on windows
Reviewed-by: jjg, jlahoda, mcimadamore