Tue, 15 Oct 2013 22:15:35 +0200 8026510: The name of com.sun.tools.javac.comp.Annotate.Annotator is confusing
jlahoda [Tue, 15 Oct 2013 22:15:35 +0200] rev 21040
8026510: The name of com.sun.tools.javac.comp.Annotate.Annotator is confusing Summary: A mostly automated rename Annotate.Annotator->Annotate.Worker and enterAnnotation->run. Reviewed-by: emc, jjg
Tue, 15 Oct 2013 21:12:33 +0100 Merge
chegar [Tue, 15 Oct 2013 21:12:33 +0100] rev 21039
Merge
Tue, 15 Oct 2013 20:47:55 +0100 Merge
chegar [Tue, 15 Oct 2013 20:47:55 +0100] rev 21038
Merge
Tue, 15 Oct 2013 14:17:11 +0100 Merge
chegar [Tue, 15 Oct 2013 14:17:11 +0100] rev 21037
Merge
Fri, 11 Oct 2013 19:05:18 +0100 Merge
chegar [Fri, 11 Oct 2013 19:05:18 +0100] rev 21036
Merge
Thu, 03 Oct 2013 19:28:07 +0100 Merge
chegar [Thu, 03 Oct 2013 19:28:07 +0100] rev 21035
Merge
Sat, 14 Sep 2013 20:46:37 +0100 Merge
chegar [Sat, 14 Sep 2013 20:46:37 +0100] rev 21034
Merge
Fri, 06 Sep 2013 10:05:08 +0100 Merge
chegar [Fri, 06 Sep 2013 10:05:08 +0100] rev 21033
Merge
Fri, 30 Aug 2013 10:17:10 +0100 Merge
chegar [Fri, 30 Aug 2013 10:17:10 +0100] rev 21032
Merge
Fri, 23 Aug 2013 22:12:54 +0100 Merge
chegar [Fri, 23 Aug 2013 22:12:54 +0100] rev 21031
Merge
Thu, 15 Aug 2013 21:34:46 +0100 Merge
chegar [Thu, 15 Aug 2013 21:34:46 +0100] rev 21030
Merge
Fri, 09 Aug 2013 14:44:53 +0100 Merge
chegar [Fri, 09 Aug 2013 14:44:53 +0100] rev 21029
Merge
Fri, 02 Aug 2013 11:11:28 +0100 Merge
chegar [Fri, 02 Aug 2013 11:11:28 +0100] rev 21028
Merge
Thu, 25 Jul 2013 19:06:03 +0100 Merge
chegar [Thu, 25 Jul 2013 19:06:03 +0100] rev 21027
Merge
Wed, 24 Jul 2013 15:18:33 -0700 8016675: Make Javadoc pages more robust
bpatel [Wed, 24 Jul 2013 15:18:33 -0700] rev 21026
8016675: Make Javadoc pages more robust Reviewed-by: jlaskey, ksrini
Tue, 15 Oct 2013 21:02:21 +0100 8024947: javac should issue the potentially ambiguous overload warning only where the problem appears
vromero [Tue, 15 Oct 2013 21:02:21 +0100] rev 21025
8024947: javac should issue the potentially ambiguous overload warning only where the problem appears Reviewed-by: jjg
Tue, 15 Oct 2013 19:36:45 +0100 8025816: javac crash with method reference with a type variable as the site
vromero [Tue, 15 Oct 2013 19:36:45 +0100] rev 21024
8025816: javac crash with method reference with a type variable as the site Reviewed-by: jjg
Tue, 15 Oct 2013 11:20:27 -0700 8026370: javadoc creates empty <span class="italic"></span>
bpatel [Tue, 15 Oct 2013 11:20:27 -0700] rev 21023
8026370: javadoc creates empty <span class="italic"></span> Reviewed-by: jjg
Tue, 15 Oct 2013 16:23:18 +0200 8026180: com.sun.source.tree.NewArrayTree refers to com.sun.tools.javac.util.List
jlahoda [Tue, 15 Oct 2013 16:23:18 +0200] rev 21022
8026180: com.sun.source.tree.NewArrayTree refers to com.sun.tools.javac.util.List Summary: Correcting import in NewArrayTree, adding test protecting againts improper types in API signatures Reviewed-by: jjg
Mon, 14 Oct 2013 23:07:43 -0700 8025998: Missing LV table in lambda bodies
jjg [Mon, 14 Oct 2013 23:07:43 -0700] rev 21021
8025998: Missing LV table in lambda bodies Reviewed-by: vromero
Mon, 14 Oct 2013 22:34:37 -0700 8025693: recent javadoc changes cause com/sun/javadoc/testLinkOption/TestLinkOption.java to fail
jjg [Mon, 14 Oct 2013 22:34:37 -0700] rev 21020
8025693: recent javadoc changes cause com/sun/javadoc/testLinkOption/TestLinkOption.java to fail Reviewed-by: darcy
Mon, 14 Oct 2013 16:28:44 -0700 8026371: "tidy" issues in langtools/src/**/*.html files
jjg [Mon, 14 Oct 2013 16:28:44 -0700] rev 21019
8026371: "tidy" issues in langtools/src/**/*.html files Reviewed-by: darcy
Mon, 14 Oct 2013 22:11:09 +0200 8014016: javac is too late detecting invalid annotation usage
jlahoda [Mon, 14 Oct 2013 22:11:09 +0200] rev 21018
8014016: javac is too late detecting invalid annotation usage Summary: Adding new queue to Annotate for validation tasks, performing annotation validation during enter Reviewed-by: jjg, emc, jfranck
Mon, 14 Oct 2013 12:38:09 -0700 8026368: doclint does not report empty tags when tag closed implicitly
jjg [Mon, 14 Oct 2013 12:38:09 -0700] rev 21017
8026368: doclint does not report empty tags when tag closed implicitly Reviewed-by: darcy
Fri, 11 Oct 2013 23:31:06 -0700 Merge
lana [Fri, 11 Oct 2013 23:31:06 -0700] rev 21016
Merge
Fri, 11 Oct 2013 15:49:15 +0200 6278240: Exception from AnnotationValue.getValue() should list the found type not the required type
jlahoda [Fri, 11 Oct 2013 15:49:15 +0200] rev 21015
6278240: Exception from AnnotationValue.getValue() should list the found type not the required type Reviewed-by: darcy, jfranck, jjg
Thu, 10 Oct 2013 23:26:56 -0700 8012557: Implement lambda methods on interfaces as private
rfield [Thu, 10 Oct 2013 23:26:56 -0700] rev 21014
8012557: Implement lambda methods on interfaces as private 8016320: Method reference in subinterface of type I.super::foo produces exception at runtime Summary: Now that the VM supports interface instance private methods, lambda methods and lambda bridges are always private. Access is now through invokespecial. Reviewed-by: vromero, jlahoda
Thu, 10 Oct 2013 20:57:27 -0700 Merge
lana [Thu, 10 Oct 2013 20:57:27 -0700] rev 21013
Merge
Thu, 10 Oct 2013 13:41:08 -0700 Merge
lana [Thu, 10 Oct 2013 13:41:08 -0700] rev 21012
Merge
Thu, 10 Oct 2013 17:13:32 -0700 8026294: 8025633 breaks langtools/test/com/sun/javadoc/testRepeatedAnnotations/TestRepeatedAnnotations.java
jjg [Thu, 10 Oct 2013 17:13:32 -0700] rev 21011
8026294: 8025633 breaks langtools/test/com/sun/javadoc/testRepeatedAnnotations/TestRepeatedAnnotations.java Reviewed-by: darcy
(0) -10000 -3000 -1000 -300 -100 -50 -30 +30 +50 +100 +300 +1000 +3000 +10000 +30000 tip