Wed, 05 Jul 2017 19:18:47 +0200 Merge
duke [Wed, 05 Jul 2017 19:18:47 +0200] rev 21050
Merge
Wed, 23 Oct 2013 08:50:36 -0700 Merge
katleman [Wed, 23 Oct 2013 08:50:36 -0700] rev 21049
Merge
Tue, 22 Oct 2013 16:30:06 -0700 8027039: [jprt] Remove 32-bit Solaris from jprt.properties files
tbell [Tue, 22 Oct 2013 16:30:06 -0700] rev 21048
8027039: [jprt] Remove 32-bit Solaris from jprt.properties files Reviewed-by: mduigou, mchung
Thu, 17 Oct 2013 16:13:39 -0700 Merge
lana [Thu, 17 Oct 2013 16:13:39 -0700] rev 21047
Merge
Thu, 17 Oct 2013 13:19:48 -0700 8015912: jdeps support to output in dot file format
mchung [Thu, 17 Oct 2013 13:19:48 -0700] rev 21046
8015912: jdeps support to output in dot file format 8026255: Switch jdeps to follow traditional Java option style Reviewed-by: alanb
Thu, 17 Oct 2013 13:50:00 +0200 8008192: Better ordering checks needed in repeatingAnnotations/combo/ReflectionTest
mnunez [Thu, 17 Oct 2013 13:50:00 +0200] rev 21045
8008192: Better ordering checks needed in repeatingAnnotations/combo/ReflectionTest Reviewed-by: jjg, jfranck
Thu, 17 Oct 2013 13:27:36 +0200 8015372: Update tests for Method Parameter Reflection API to check whether a parameter is final
mnunez [Thu, 17 Oct 2013 13:27:36 +0200] rev 21044
8015372: Update tests for Method Parameter Reflection API to check whether a parameter is final Reviewed-by: jjg, jfranck
Wed, 16 Oct 2013 16:33:04 -0400 8026286: Improper locking of annotation queues causes assertion failures.
emc [Wed, 16 Oct 2013 16:33:04 -0400] rev 21043
8026286: Improper locking of annotation queues causes assertion failures. 8026063: Calls to annotate.flush() cause incorrect type annotations to be generated. Summary: Fix locking in ClassReader.java Reviewed-by: jfranck
Wed, 16 Oct 2013 10:47:21 -0700 8026704: Build failure with --enable-debug
jjg [Wed, 16 Oct 2013 10:47:21 -0700] rev 21042
8026704: Build failure with --enable-debug Reviewed-by: ksrini
Tue, 15 Oct 2013 15:57:13 -0700 8026564: import changes from type-annotations forest
jjg [Tue, 15 Oct 2013 15:57:13 -0700] rev 21041
8026564: import changes from type-annotations forest Reviewed-by: jjg Contributed-by: wdietl@gmail.com, steve.sides@oracle.com
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
(0) -10000 -3000 -1000 -300 -100 -50 -30 +30 +50 +100 +300 +1000 +3000 +10000 +30000 tip