Thu, 31 Oct 2013 16:46:43 -0700 Merge
lana [Thu, 31 Oct 2013 16:46:43 -0700] rev 21506
Merge
Wed, 30 Oct 2013 14:12:16 -0400 8024930: Re-enable disabled bridging tests
briangoetz [Wed, 30 Oct 2013 14:12:16 -0400] rev 21505
8024930: Re-enable disabled bridging tests Reviewed-by: psandoz, rfield
Wed, 30 Oct 2013 18:09:49 +0000 8027327: jar files related to test test/tools/javac/ExtDirs/ExtDirTest.java should be removed from the repo
vromero [Wed, 30 Oct 2013 18:09:49 +0000] rev 21504
8027327: jar files related to test test/tools/javac/ExtDirs/ExtDirTest.java should be removed from the repo Reviewed-by: ksrini
Wed, 30 Oct 2013 08:35:52 -0700 8027481: jdeps to handle classes with the same package name and correct profile for javax.crypto.*
mchung [Wed, 30 Oct 2013 08:35:52 -0700] rev 21503
8027481: jdeps to handle classes with the same package name and correct profile for javax.crypto.* Reviewed-by: alanb, dfuchs
Mon, 28 Oct 2013 12:29:34 -0700 Merge
lana [Mon, 28 Oct 2013 12:29:34 -0700] rev 21502
Merge
Thu, 24 Oct 2013 16:52:27 -0700 8027220: DefaultMethodsTest: Change test to match spec
rfield [Thu, 24 Oct 2013 16:52:27 -0700] rev 21501
8027220: DefaultMethodsTest: Change test to match spec Reviewed-by: ksrini
Thu, 24 Oct 2013 11:22:50 -0700 8006248: Since addition of -Xdoclint, javadoc ignores unknown tags
bpatel [Thu, 24 Oct 2013 11:22:50 -0700] rev 21500
8006248: Since addition of -Xdoclint, javadoc ignores unknown tags Reviewed-by: jjg
Thu, 24 Oct 2013 01:27:10 -0400 8023682: Incorrect attributes emitted for anonymous class declaration
emc [Thu, 24 Oct 2013 01:27:10 -0400] rev 21499
8023682: Incorrect attributes emitted for anonymous class declaration Summary: Cause javac to emit type annotations on new instruction as well as anonymous class supertype for annotated anonymous classes. Reviewed-by: jjg, jfranck
Wed, 23 Oct 2013 23:20:32 -0400 8006732: support correct bytecode storage of type annotations in multicatch
emc [Wed, 23 Oct 2013 23:20:32 -0400] rev 21498
8006732: support correct bytecode storage of type annotations in multicatch Summary: Fix issue with annotations being added before attribution, which causes multicatch not to work right and several tests to fail. Reviewed-by: jfranck, jjg
Wed, 23 Oct 2013 15:45:18 -0700 8026936: Initialize LamdbaToMethod lazily and as required
ksrini [Wed, 23 Oct 2013 15:45:18 -0700] rev 21497
8026936: Initialize LamdbaToMethod lazily and as required Reviewed-by: jjg, rfield Contributed-by: jan.lahoda@oracle.com
Wed, 23 Oct 2013 07:50:04 +0200 8026861: Wrong LineNumberTable for variable declarations in lambdas
jlahoda [Wed, 23 Oct 2013 07:50:04 +0200] rev 21496
8026861: Wrong LineNumberTable for variable declarations in lambdas Summary: Setting or correcting positions for many trees produced by LambdaToMethod. Reviewed-by: vromero, rfield
Wed, 23 Oct 2013 23:02:17 +0200 8027191: Fix for JDK-8026861 refers to an incorrect bug number
jlahoda [Wed, 23 Oct 2013 23:02:17 +0200] rev 21495
8027191: Fix for JDK-8026861 refers to an incorrect bug number Summary: Reverting changeset e7c8a164d7bd, so that it can be applied again with a correct bug number Reviewed-by: jjg
Wed, 23 Oct 2013 13:54:13 -0700 8026770: javadoc creates invalid HTML in profile summary pages
bpatel [Wed, 23 Oct 2013 13:54:13 -0700] rev 21494
8026770: javadoc creates invalid HTML in profile summary pages Reviewed-by: jjg
Wed, 23 Oct 2013 10:28:10 -0700 8022720: Method refeerences - private method should be accessible (nested classes)
rfield [Wed, 23 Oct 2013 10:28:10 -0700] rev 21493
8022720: Method refeerences - private method should be accessible (nested classes) Reviewed-by: jjg, ksrini
Wed, 23 Oct 2013 07:50:04 +0200 8026508: Invokedynamic instructions don't get line number table entries
jlahoda [Wed, 23 Oct 2013 07:50:04 +0200] rev 21492
8026508: Invokedynamic instructions don't get line number table entries Summary: Setting or correcting positions for many trees produced by LambdaToMethod. Reviewed-by: vromero, rfield
Tue, 22 Oct 2013 17:44:43 -0700 Merge
jjg [Tue, 22 Oct 2013 17:44:43 -0700] rev 21491
Merge
Tue, 22 Oct 2013 17:42:10 -0700 8027119: Cleanup javadoc comments for taglet API
jjg [Tue, 22 Oct 2013 17:42:10 -0700] rev 21490
8027119: Cleanup javadoc comments for taglet API Reviewed-by: mduigou
Tue, 22 Oct 2013 16:53:21 -0700 8023668: Desugar serializable lambda bodies using more robust naming scheme
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
Tue, 22 Oct 2013 13:54:49 +0100 8025290: javac implicit versus explicit lambda compilation error
vromero [Tue, 22 Oct 2013 13:54:49 +0100] rev 21488
8025290: javac implicit versus explicit lambda compilation error Reviewed-by: jjg, dlsmith
Tue, 22 Oct 2013 10:08:49 +0200 8026857: AnnoConstruct.getAnnotationsByType does not search supertype for inherited annotations if @SomeContainer({}) is present
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
Mon, 21 Oct 2013 20:10:43 -0700 8026758: Inefficient code in LambdaToMethod
ksrini [Mon, 21 Oct 2013 20:10:43 -0700] rev 21486
8026758: Inefficient code in LambdaToMethod Reviewed-by: jjg, jlahoda, rfield
Tue, 22 Oct 2013 03:36:44 +0200 8026855: AnnoConstruct.getAnnotationsByType includes inherited indirectly present annotations even when containee type is not inheritable
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
Mon, 21 Oct 2013 15:37:11 -0700 8026984: Clarity intended use of jdk.Exported
darcy [Mon, 21 Oct 2013 15:37:11 -0700] rev 21484
8026984: Clarity intended use of jdk.Exported Reviewed-by: psandoz, mr, alanb
Mon, 21 Oct 2013 15:55:02 +0100 8026956: test tools/javac/lambda/TargetType58.java is failing after a libs change
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
Sun, 20 Oct 2013 12:54:17 -0700 8026931: MethodParameters tests failing on Windows
ksrini [Sun, 20 Oct 2013 12:54:17 -0700] rev 21482
8026931: MethodParameters tests failing on Windows Reviewed-by: jjg, vromero
Sun, 20 Oct 2013 12:46:12 -0700 8026791: wrong type_path encoded for method_return on an inner class constructor
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
Sun, 20 Oct 2013 12:01:43 -0700 8025109: Better encapsulation for AnnotatedType
jjg [Sun, 20 Oct 2013 12:01:43 -0700] rev 21480
8025109: Better encapsulation for AnnotatedType Reviewed-by: jjg Contributed-by: wdietl@gmail.com
Sat, 19 Oct 2013 17:43:09 +0100 8024809: javac, some lambda programs are rejected by flow analysis
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
Fri, 18 Oct 2013 16:34:42 -0700 8026567: Use meaningful style names for strong and italic styles.
bpatel [Fri, 18 Oct 2013 16:34:42 -0700] rev 21478
8026567: Use meaningful style names for strong and italic styles. Reviewed-by: jjg
Fri, 18 Oct 2013 15:03:34 -0700 8026749: Missing LV table in lambda bodies
jjg [Fri, 18 Oct 2013 15:03:34 -0700] rev 21477
8026749: Missing LV table in lambda bodies Reviewed-by: vromero, jlahoda
(0) -10000 -3000 -1000 -300 -100 -50 -30 +30 +50 +100 +300 +1000 +3000 +10000 +30000 tip