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