rfield [Tue, 22 Oct 2013 16:53:21 -0700] rev 21489
8023668: Desugar serializable lambda bodies using more robust naming scheme
Summary: lambda / bridged method-reference naming overhaul
Reviewed-by: ksrini, briangoetz
vromero [Tue, 22 Oct 2013 13:54:49 +0100] rev 21488
8025290: javac implicit versus explicit lambda compilation error
Reviewed-by: jjg, dlsmith
jfranck [Tue, 22 Oct 2013 10:08:49 +0200] rev 21487
8026857: AnnoConstruct.getAnnotationsByType does not search supertype for inherited annotations if @SomeContainer({}) is present
Summary: An empty container should not stop javac from looking at supertypes for inherited repeating annotations
Reviewed-by: jjg
ksrini [Mon, 21 Oct 2013 20:10:43 -0700] rev 21486
8026758: Inefficient code in LambdaToMethod
Reviewed-by: jjg, jlahoda, rfield
jfranck [Tue, 22 Oct 2013 03:36:44 +0200] rev 21485
8026855: AnnoConstruct.getAnnotationsByType includes inherited indirectly present annotations even when containee type is not inheritable
Summary: In AnnoConstruct.getAnnotationByType() check that the annotation sought after is inherited before looking on supertypes.
Reviewed-by: jjg
darcy [Mon, 21 Oct 2013 15:37:11 -0700] rev 21484
8026984: Clarity intended use of jdk.Exported
Reviewed-by: psandoz, mr, alanb
vromero [Mon, 21 Oct 2013 15:55:02 +0100] rev 21483
8026956: test tools/javac/lambda/TargetType58.java is failing after a libs change
Reviewed-by: jfranck
ksrini [Sun, 20 Oct 2013 12:54:17 -0700] rev 21482
8026931: MethodParameters tests failing on Windows
Reviewed-by: jjg, vromero
jjg [Sun, 20 Oct 2013 12:46:12 -0700] rev 21481
8026791: wrong type_path encoded for method_return on an inner class constructor
Reviewed-by: jjg
Contributed-by: wdietl@gmail.com
jjg [Sun, 20 Oct 2013 12:01:43 -0700] rev 21480
8025109: Better encapsulation for AnnotatedType
Reviewed-by: jjg
Contributed-by: wdietl@gmail.com
vromero [Sat, 19 Oct 2013 17:43:09 +0100] rev 21479
8024809: javac, some lambda programs are rejected by flow analysis
Reviewed-by: jjg, dlsmith
bpatel [Fri, 18 Oct 2013 16:34:42 -0700] rev 21478
8026567: Use meaningful style names for strong and italic styles.
Reviewed-by: jjg
jjg [Fri, 18 Oct 2013 15:03:34 -0700] rev 21477
8026749: Missing LV table in lambda bodies
Reviewed-by: vromero, jlahoda
darcy [Thu, 17 Oct 2013 19:10:19 -0700] rev 21476
8026838: Fix new doclint issues in javax.annotation.processing
Reviewed-by: jjg
cl [Thu, 31 Oct 2013 12:36:36 -0700] rev 21475
Added tag jdk8-b114 for changeset 7e53ada0d2d4
duke [Wed, 05 Jul 2017 19:21:18 +0200] rev 21474
Merge
cl [Thu, 31 Oct 2013 12:36:20 -0700] rev 21473
Added tag jdk8-b114 for changeset 18b08c4ac28d
duke [Wed, 05 Jul 2017 19:21:15 +0200] rev 21472
Merge
lana [Thu, 31 Oct 2013 16:31:44 -0700] rev 21471
Merge
joehw [Wed, 30 Oct 2013 08:58:05 -0700] rev 21470
8024378: StAX parser shall support JAXP properties
Reviewed-by: dfuchs, lancea
joehw [Tue, 29 Oct 2013 14:52:51 -0700] rev 21469
8027484: Implementation error in SAX2DOM.java
Reviewed-by: alanb, lancea
lana [Mon, 28 Oct 2013 12:26:22 -0700] rev 21468
Merge
joehw [Thu, 24 Oct 2013 13:43:02 -0700] rev 21467
8004476: XSLT Extension Functions Don't Work in WebStart
Reviewed-by: dfuchs, lancea, alanb
cl [Thu, 31 Oct 2013 12:36:18 -0700] rev 21466
Added tag jdk8-b114 for changeset 021350e22576
duke [Wed, 05 Jul 2017 19:21:10 +0200] rev 21465
Merge
lana [Thu, 31 Oct 2013 16:47:09 -0700] rev 21464
Merge
sundar [Thu, 31 Oct 2013 12:50:17 +0530] rev 21463
Merge
sundar [Wed, 30 Oct 2013 20:09:44 +0530] rev 21462
8027562: eval should load second and subsequent arguments for side effect
Reviewed-by: jlaskey, lagergren
jlaskey [Wed, 30 Oct 2013 11:28:46 -0300] rev 21461
8027532: nashorn should only use jdk8 apis in the compact1 profile
Reviewed-by: sundar, lagergren, hannesw
Contributed-by: james.laskey@oracle.com
jlaskey [Tue, 29 Oct 2013 14:22:44 -0300] rev 21460
8027447: The wrong string buffer is specified for stderr in $EXEC
Reviewed-by: lagergren, sundar
Contributed-by: james.laskey@oracle.com
jlaskey [Tue, 29 Oct 2013 10:40:00 -0300] rev 21459
Merge
hannesw [Fri, 25 Oct 2013 15:21:12 +0200] rev 21458
8027301: Optimizations for Function.prototype.apply
Reviewed-by: jlaskey