Fri, 14 Jun 2013 15:49:41 +0100 8011157: Improve CORBA portablility
msheppar [Fri, 14 Jun 2013 15:49:41 +0100] rev 20633
8011157: Improve CORBA portablility Summary: fix also reviewed by Alexander Fomin Reviewed-by: alanb, coffeys, skoivu
Fri, 11 Oct 2013 21:26:00 -0700 Merge
lana [Fri, 11 Oct 2013 21:26:00 -0700] rev 20632
Merge
Fri, 11 Oct 2013 15:20:13 -0700 8025796: hgforest.sh could trigger unbuffered output from hg without complicated machinations
mduigou [Fri, 11 Oct 2013 15:20:13 -0700] rev 20631
8025796: hgforest.sh could trigger unbuffered output from hg without complicated machinations Reviewed-by: mduigou Contributed-by: Dmitry Samersoff <dmitry.samersoff@oracle.com>
Thu, 10 Oct 2013 21:22:46 -0700 Merge
lana [Thu, 10 Oct 2013 21:22:46 -0700] rev 20630
Merge
Thu, 10 Oct 2013 08:49:10 -0700 Merge
lana [Thu, 10 Oct 2013 08:49:10 -0700] rev 20629
Merge
Thu, 17 Oct 2013 09:40:42 -0700 Added tag jdk8-b112 for changeset d6efd86ba297
cl [Thu, 17 Oct 2013 09:40:42 -0700] rev 20628
Added tag jdk8-b112 for changeset d6efd86ba297
Wed, 05 Jul 2017 19:16:32 +0200 Added tag jdk8-b112 for changeset ad67c34f79c2
duke [Wed, 05 Jul 2017 19:16:32 +0200] rev 20627
Added tag jdk8-b112 for changeset ad67c34f79c2
Wed, 05 Jul 2017 19:16:31 +0200 Merge jdk8-b112
duke [Wed, 05 Jul 2017 19:16:31 +0200] rev 20626
Merge
Wed, 05 Jul 2017 19:16:28 +0200 Merge
duke [Wed, 05 Jul 2017 19:16:28 +0200] rev 20625
Merge
Wed, 16 Oct 2013 12:05:07 -0700 Merge
katleman [Wed, 16 Oct 2013 12:05:07 -0700] rev 20624
Merge
Thu, 10 Oct 2013 14:58:04 +0200 8001931: The new build system whitespace cleanup
ihse [Thu, 10 Oct 2013 14:58:04 +0200] rev 20623
8001931: The new build system whitespace cleanup Reviewed-by: tbell, simonis, erikj
Fri, 11 Oct 2013 03:09:42 -0700 Merge
lana [Fri, 11 Oct 2013 03:09:42 -0700] rev 20622
Merge
Tue, 08 Oct 2013 14:59:46 -0700 Merge
lana [Tue, 08 Oct 2013 14:59:46 -0700] rev 20621
Merge
Mon, 07 Oct 2013 16:51:56 -0700 8026017: Make history of AnnotatedConstruct methods in jx.l.m.e.Element clearer
darcy [Mon, 07 Oct 2013 16:51:56 -0700] rev 20620
8026017: Make history of AnnotatedConstruct methods in jx.l.m.e.Element clearer Reviewed-by: jjg
Fri, 04 Oct 2013 16:23:05 -0700 8005542: jtreg test OverrideBridge.java contains @ignore
ksrini [Fri, 04 Oct 2013 16:23:05 -0700] rev 20619
8005542: jtreg test OverrideBridge.java contains @ignore Reviewed-by: jjg Contributed-by: steve.sides@oracle.com
Fri, 04 Oct 2013 16:08:18 -0700 8003537: javap use internal class name when printing bound of type variable
ksrini [Fri, 04 Oct 2013 16:08:18 -0700] rev 20618
8003537: javap use internal class name when printing bound of type variable Reviewed-by: jjg
Fri, 04 Oct 2013 15:24:42 -0700 8025970: Spurious characters in JavaCompiler
jjg [Fri, 04 Oct 2013 15:24:42 -0700] rev 20617
8025970: Spurious characters in JavaCompiler Reviewed-by: ksrini
Fri, 04 Oct 2013 14:46:46 -0700 6525408: DiagnosticListener should receive MANDATORY_WARNING in standard compiler mode
jjg [Fri, 04 Oct 2013 14:46:46 -0700] rev 20616
6525408: DiagnosticListener should receive MANDATORY_WARNING in standard compiler mode Reviewed-by: darcy
Fri, 04 Oct 2013 13:59:13 -0700 8022163: javac exits with 0 status and no messages on error to construct an ann-procesor
jjg [Fri, 04 Oct 2013 13:59:13 -0700] rev 20615
8022163: javac exits with 0 status and no messages on error to construct an ann-procesor Reviewed-by: darcy
Fri, 04 Oct 2013 13:41:13 -0700 8024756: method grouping tabs are not selectable
bpatel [Fri, 04 Oct 2013 13:41:13 -0700] rev 20614
8024756: method grouping tabs are not selectable Reviewed-by: jjg
Fri, 04 Oct 2013 13:32:30 -0700 8008164: Invisible table captions in javadoc-generated html
bpatel [Fri, 04 Oct 2013 13:32:30 -0700] rev 20613
8008164: Invisible table captions in javadoc-generated html Reviewed-by: jjg
Fri, 04 Oct 2013 10:00:28 -0700 8025913: Rename jdk.Supported to jdk.Exported
darcy [Fri, 04 Oct 2013 10:00:28 -0700] rev 20612
8025913: Rename jdk.Supported to jdk.Exported Reviewed-by: psandoz, forax, lancea, alanb, mchung, jjg
Fri, 04 Oct 2013 19:38:55 +0400 7096170: should remove unused support for enabling javac logging
kizune [Fri, 04 Oct 2013 19:38:55 +0400] rev 20611
7096170: should remove unused support for enabling javac logging Reviewed-by: jjg
Fri, 04 Oct 2013 08:29:54 +0200 8025118: Annotation processing api returns default modifier for interface without default methods
jlahoda [Fri, 04 Oct 2013 08:29:54 +0200] rev 20610
8025118: Annotation processing api returns default modifier for interface without default methods Summary: TypeElement.getModifiers() should not contain Modifier.DEFAULT Reviewed-by: darcy, jjg
Wed, 02 Oct 2013 17:04:51 +0100 8023679: Improve error message for '_' used as a lambda parameter name
vromero [Wed, 02 Oct 2013 17:04:51 +0100] rev 20609
8023679: Improve error message for '_' used as a lambda parameter name Reviewed-by: jjg, dlsmith
Tue, 01 Oct 2013 17:41:57 -0400 8021339: Compile-time error during casting array to intersection
emc [Tue, 01 Oct 2013 17:41:57 -0400] rev 20608
8021339: Compile-time error during casting array to intersection Summary: Add ability to have arrays in intersection types. Reviewed-by: jjg, vromero
Tue, 01 Oct 2013 17:03:31 +0400 7118749: NPE in CreateSymbols caused by bad diagnostic
kizune [Tue, 01 Oct 2013 17:03:31 +0400] rev 20607
7118749: NPE in CreateSymbols caused by bad diagnostic Reviewed-by: jjg
Sat, 28 Sep 2013 13:46:14 -0400 8025413: NPE in Type.java due to recent change
emc [Sat, 28 Sep 2013 13:46:14 -0400] rev 20606
8025413: NPE in Type.java due to recent change Summary: isCompound throws a NPE for noType and other types. Made it return a reasonable result instead. Reviewed-by: jjg, vromero
Fri, 27 Sep 2013 18:38:29 -0700 Merge
lana [Fri, 27 Sep 2013 18:38:29 -0700] rev 20605
Merge
Fri, 27 Sep 2013 16:05:56 -0700 8015073: c.s.t.javac.api.JavacTool.getTask() - more informative exception
ksrini [Fri, 27 Sep 2013 16:05:56 -0700] rev 20604
8015073: c.s.t.javac.api.JavacTool.getTask() - more informative exception Reviewed-by: jjg
(0) -10000 -3000 -1000 -300 -100 -50 -30 +30 +50 +100 +300 +1000 +3000 +10000 +30000 tip