log

age author description
Mon, 11 Nov 2013 23:16:35 -0800 henryjen Merge default tip
Thu, 31 Oct 2013 16:46:43 -0700 lana Merge
Wed, 30 Oct 2013 14:12:16 -0400 briangoetz 8024930: Re-enable disabled bridging tests
Wed, 30 Oct 2013 18:09:49 +0000 vromero 8027327: jar files related to test test/tools/javac/ExtDirs/ExtDirTest.java should be removed from the repo
Wed, 30 Oct 2013 08:35:52 -0700 mchung 8027481: jdeps to handle classes with the same package name and correct profile for javax.crypto.*
Thu, 31 Oct 2013 12:36:36 -0700 cl Added tag jdk8-b114 for changeset 850d2602ae98
Thu, 31 Oct 2013 14:07:48 -0400 briangoetz Restore serialization-testing-support patch dropped by previous merge
Mon, 28 Oct 2013 21:14:41 -0400 briangoetz Automated merge with http://hg.openjdk.java.net/jdk8/tl/langtools
Mon, 28 Oct 2013 12:29:34 -0700 lana Merge
Thu, 24 Oct 2013 09:10:52 -0700 cl Added tag jdk8-b113 for changeset 54150586ba78 jdk8-b114
Wed, 23 Oct 2013 08:50:36 -0700 katleman Merge jdk8-b113
Tue, 22 Oct 2013 16:30:06 -0700 tbell 8027039: [jprt] Remove 32-bit Solaris from jprt.properties files
Mon, 28 Oct 2013 18:30:14 -0400 briangoetz Merge
Thu, 24 Oct 2013 16:52:27 -0700 rfield 8027220: DefaultMethodsTest: Change test to match spec
Thu, 24 Oct 2013 11:22:50 -0700 bpatel 8006248: Since addition of -Xdoclint, javadoc ignores unknown tags
Thu, 24 Oct 2013 01:27:10 -0400 emc 8023682: Incorrect attributes emitted for anonymous class declaration
Wed, 23 Oct 2013 23:20:32 -0400 emc 8006732: support correct bytecode storage of type annotations in multicatch
Wed, 23 Oct 2013 15:45:18 -0700 ksrini 8026936: Initialize LamdbaToMethod lazily and as required
Wed, 23 Oct 2013 07:50:04 +0200 jlahoda 8026861: Wrong LineNumberTable for variable declarations in lambdas
Wed, 23 Oct 2013 23:02:17 +0200 jlahoda 8027191: Fix for JDK-8026861 refers to an incorrect bug number
Wed, 23 Oct 2013 13:54:13 -0700 bpatel 8026770: javadoc creates invalid HTML in profile summary pages
Wed, 23 Oct 2013 10:28:10 -0700 rfield 8022720: Method refeerences - private method should be accessible (nested classes)
Wed, 23 Oct 2013 07:50:04 +0200 jlahoda 8026508: Invokedynamic instructions don't get line number table entries
Tue, 22 Oct 2013 17:44:43 -0700 jjg Merge
Tue, 22 Oct 2013 17:42:10 -0700 jjg 8027119: Cleanup javadoc comments for taglet API
Tue, 22 Oct 2013 16:53:21 -0700 rfield 8023668: Desugar serializable lambda bodies using more robust naming scheme
Tue, 22 Oct 2013 13:54:49 +0100 vromero 8025290: javac implicit versus explicit lambda compilation error
Tue, 22 Oct 2013 10:08:49 +0200 jfranck 8026857: AnnoConstruct.getAnnotationsByType does not search supertype for inherited annotations if @SomeContainer({}) is present
Mon, 21 Oct 2013 20:10:43 -0700 ksrini 8026758: Inefficient code in LambdaToMethod
Tue, 22 Oct 2013 03:36:44 +0200 jfranck 8026855: AnnoConstruct.getAnnotationsByType includes inherited indirectly present annotations even when containee type is not inheritable