duke [Wed, 05 Jul 2017 20:44:11 +0200] rev 31945
Merge
duke [Wed, 05 Jul 2017 20:44:08 +0200] rev 31944
Merge
igerasim [Fri, 31 Jul 2015 01:36:56 +0300] rev 31943
8062647: Wrong indentation of arguments of annotated methods
Reviewed-by: jjg, bpatel
lana [Thu, 30 Jul 2015 15:22:56 -0700] rev 31942
Merge
mcimadamore [Thu, 30 Jul 2015 13:24:35 +0100] rev 31941
8131742: Syntactically meaningless code accepted by javac
Summary: Receiver parameter logic for type annotations should be disabled when parsing lambda formals
Reviewed-by: jlahoda
mcimadamore [Thu, 30 Jul 2015 13:21:01 +0100] rev 31940
8129214: Access error when unboxing a primitive whose target is a type-variable in a different package
Summary: Missing erasure when unboxing type in Lower
Reviewed-by: jlahoda
mcimadamore [Thu, 30 Jul 2015 13:20:01 +0100] rev 31939
8081769: Redundant error message on bad usage of 'class' literal
Summary: javac should skip to next token when an erroneous ident is found in term3rest
Reviewed-by: jlahoda
jlahoda [Tue, 28 Jul 2015 17:01:45 +0200] rev 31938
8130826: test writes file in test source directory
Summary: Setting an explicit output directory for ToolBox.JavacTask in PlatformProviderTest.
Reviewed-by: jjg
vromero [Fri, 24 Jul 2015 15:36:45 -0700] rev 31937
8132215: class InferenceContext should live in a separate file
Reviewed-by: mcimadamore, jlahoda
jlahoda [Fri, 24 Jul 2015 13:08:36 +0200] rev 31936
8086737: Add support for -release to Javadoc
Reviewed-by: jjg, ksrini