emc [Mon, 09 Sep 2013 17:11:55 -0400] rev 19931
8015322: Javac template test framework
Summary: Putback of the javac template test framework from the Lambda repository
Reviewed-by: jjg
Contributed-by: brian.goetz@oracle.com
emc [Mon, 09 Sep 2013 16:26:55 -0400] rev 19930
8022322: Reject default and static methods in annotation
Summary: Causes javac to reject static and default method declarations inside an annotation
Reviewed-by: jjg
vromero [Mon, 09 Sep 2013 16:32:08 +0100] rev 19929
8024154: Fix for 8016177: structural most specific and stuckness breaks 6 langtools tests
Reviewed-by: jjg, jfranck
jfranck [Mon, 09 Sep 2013 09:58:20 +0200] rev 19928
8022260: Rename javac.code.Annotations to javac.code.SymbolMetadata
Reviewed-by: jfranck, jjg
Contributed-by: Andreas Lundblad <andreas.lundblad@oracle.com>
vromero [Sun, 08 Sep 2013 11:54:21 +0100] rev 19927
8024398: javac, compiler crashes with try with empty body
Reviewed-by: jjg
lana [Fri, 06 Sep 2013 17:10:02 -0700] rev 19926
Merge
lana [Fri, 06 Sep 2013 14:20:49 -0700] rev 19925
Merge
jjg [Fri, 06 Sep 2013 15:31:59 -0700] rev 19924
8024434: problem running javadoc tests in samevm mode on Windows
Reviewed-by: darcy
vromero [Fri, 06 Sep 2013 09:53:24 +0100] rev 19923
8024039: javac, previous solution for JDK-8022186 was incorrect
Reviewed-by: jjg
bpatel [Thu, 05 Sep 2013 16:35:47 -0700] rev 19922
8023608: method grouping tabs folding issue
Reviewed-by: jjg
jfranck [Thu, 05 Sep 2013 11:27:27 +0200] rev 19921
8023974: Drop 'implements Completer' and 'implements SourceCompleter' from ClassReader resp. JavaCompiler.
Reviewed-by: jjg, jfranck
Contributed-by: Andreas Lundblad <andreas.lundblad@oracle.com>
jjg [Wed, 04 Sep 2013 14:44:05 -0700] rev 19920
8024288: javadoc generated-by comment should always be present
Reviewed-by: bpatel
vromero [Wed, 04 Sep 2013 11:53:09 +0100] rev 19919
8008275: javac.Main should be @Supported
Reviewed-by: jjg
vromero [Wed, 04 Sep 2013 00:01:05 +0100] rev 19918
8023549: Compiler emitting spurious errors when constructor reference type is inferred and explicit type arguments are supplied
Reviewed-by: jjg, vromero
Contributed-by: maurizio.cimadamore@oracle.com