log

age author description
Thu, 21 Nov 2013 09:23:13 -0800 cl Added tag jdk8-b117 for changeset 19de039a03a6 jdk8-b118
Fri, 15 Nov 2013 07:15:51 -0800 lana Merge jdk8-b117
Fri, 15 Nov 2013 11:08:12 +0000 vromero 8026231: Look at 'static' flag when checking method references
Thu, 14 Nov 2013 13:47:38 -0800 bpatel 8025524: javadoc does not correctly locate constructors for nested classes
Thu, 14 Nov 2013 19:28:20 +0000 vromero 8026963: type annotations code crashes for code with erroneous trees
Thu, 14 Nov 2013 12:32:57 -0500 emc 8028282: Remove @ignore from test langtools/test/tools/javac/T7042623.java
Wed, 13 Nov 2013 16:36:08 -0800 sogoel 8025113: Convert 7 tools TryWithResources tests to jtreg format
Mon, 11 Nov 2013 17:26:09 +0100 jfranck 8027375: javac asserts on nested erroneous annotations
Mon, 11 Nov 2013 09:47:46 -0500 emc 8027439: Compile-time error in the case of ((Integer[] & Serializable)new Integer[1]).getClass()
Sat, 09 Nov 2013 15:24:38 +0100 jlahoda 8027142: Invokedynamic instructions don't get line number table entries
Fri, 08 Nov 2013 17:39:33 -0800 lana Merge
Thu, 07 Nov 2013 20:11:56 -0800 darcy 8027730: Fix release-8 type visitors to support intersection types
Wed, 06 Nov 2013 17:48:25 +0100 jlahoda 8027281: Incorrect invokespecial generated for JCK lang EXPR/expr636/expr63602m* tests
Mon, 04 Nov 2013 18:51:56 -0800 cl 8027530: javap tonga tests cleanup: test -public, -protected, -package, -private options
Mon, 04 Nov 2013 18:04:34 -0800 cl 8027411: javap tonga tests cleanup: write a java program to test invalid options -h and -b
Mon, 04 Nov 2013 17:38:38 -0800 cl 8025844: Need test to provide coverage for new DocumentationTool.Location enum
Fri, 01 Nov 2013 21:43:27 +0100 jlahoda 8027310: Annotation Processor crashes with NPE
Fri, 01 Nov 2013 19:08:56 +0000 vromero 8027660: javac crash while creating LVT entry for a local variable defined in an inner block
Thu, 14 Nov 2013 09:05:25 -0800 cl Added tag jdk8-b116 for changeset 3c040b04af05
Thu, 07 Nov 2013 08:16:38 -0800 cl Added tag jdk8-b115 for changeset 6b4d6205366c jdk8-b116
Thu, 31 Oct 2013 16:46:43 -0700 lana Merge jdk8-b115
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.*
Mon, 28 Oct 2013 12:29:34 -0700 lana 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
Mon, 21 Oct 2013 15:37:11 -0700 darcy 8026984: Clarity intended use of jdk.Exported
Mon, 21 Oct 2013 15:55:02 +0100 vromero 8026956: test tools/javac/lambda/TargetType58.java is failing after a libs change
Sun, 20 Oct 2013 12:54:17 -0700 ksrini 8026931: MethodParameters tests failing on Windows
Sun, 20 Oct 2013 12:46:12 -0700 jjg 8026791: wrong type_path encoded for method_return on an inner class constructor
Sun, 20 Oct 2013 12:01:43 -0700 jjg 8025109: Better encapsulation for AnnotatedType
Sat, 19 Oct 2013 17:43:09 +0100 vromero 8024809: javac, some lambda programs are rejected by flow analysis
Fri, 18 Oct 2013 16:34:42 -0700 bpatel 8026567: Use meaningful style names for strong and italic styles.
Fri, 18 Oct 2013 15:03:34 -0700 jjg 8026749: Missing LV table in lambda bodies
Thu, 17 Oct 2013 19:10:19 -0700 darcy 8026838: Fix new doclint issues in javax.annotation.processing
Thu, 31 Oct 2013 12:36:36 -0700 cl Added tag jdk8-b114 for changeset 850d2602ae98
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
Thu, 17 Oct 2013 16:13:39 -0700 lana Merge
Thu, 17 Oct 2013 13:19:48 -0700 mchung 8015912: jdeps support to output in dot file format
Thu, 17 Oct 2013 13:50:00 +0200 mnunez 8008192: Better ordering checks needed in repeatingAnnotations/combo/ReflectionTest
Thu, 17 Oct 2013 13:27:36 +0200 mnunez 8015372: Update tests for Method Parameter Reflection API to check whether a parameter is final
Wed, 16 Oct 2013 16:33:04 -0400 emc 8026286: Improper locking of annotation queues causes assertion failures.
Wed, 16 Oct 2013 10:47:21 -0700 jjg 8026704: Build failure with --enable-debug
Tue, 15 Oct 2013 15:57:13 -0700 jjg 8026564: import changes from type-annotations forest
Tue, 15 Oct 2013 22:15:35 +0200 jlahoda 8026510: The name of com.sun.tools.javac.comp.Annotate.Annotator is confusing
Tue, 15 Oct 2013 21:12:33 +0100 chegar Merge
Tue, 15 Oct 2013 20:47:55 +0100 chegar Merge
Tue, 15 Oct 2013 14:17:11 +0100 chegar Merge
Fri, 11 Oct 2013 19:05:18 +0100 chegar Merge
Thu, 03 Oct 2013 19:28:07 +0100 chegar Merge
Sat, 14 Sep 2013 20:46:37 +0100 chegar Merge
Fri, 06 Sep 2013 10:05:08 +0100 chegar Merge
Fri, 30 Aug 2013 10:17:10 +0100 chegar Merge
Fri, 23 Aug 2013 22:12:54 +0100 chegar Merge
Thu, 15 Aug 2013 21:34:46 +0100 chegar Merge
Fri, 09 Aug 2013 14:44:53 +0100 chegar Merge
Fri, 02 Aug 2013 11:11:28 +0100 chegar Merge
Thu, 25 Jul 2013 19:06:03 +0100 chegar Merge
Wed, 24 Jul 2013 15:18:33 -0700 bpatel 8016675: Make Javadoc pages more robust
Tue, 15 Oct 2013 21:02:21 +0100 vromero 8024947: javac should issue the potentially ambiguous overload warning only where the problem appears
Tue, 15 Oct 2013 19:36:45 +0100 vromero 8025816: javac crash with method reference with a type variable as the site
Tue, 15 Oct 2013 11:20:27 -0700 bpatel 8026370: javadoc creates empty <span class="italic"></span>
Tue, 15 Oct 2013 16:23:18 +0200 jlahoda 8026180: com.sun.source.tree.NewArrayTree refers to com.sun.tools.javac.util.List
Mon, 14 Oct 2013 23:07:43 -0700 jjg 8025998: Missing LV table in lambda bodies
Mon, 14 Oct 2013 22:34:37 -0700 jjg 8025693: recent javadoc changes cause com/sun/javadoc/testLinkOption/TestLinkOption.java to fail
Mon, 14 Oct 2013 16:28:44 -0700 jjg 8026371: "tidy" issues in langtools/src/**/*.html files
Mon, 14 Oct 2013 22:11:09 +0200 jlahoda 8014016: javac is too late detecting invalid annotation usage
Mon, 14 Oct 2013 12:38:09 -0700 jjg 8026368: doclint does not report empty tags when tag closed implicitly
Fri, 11 Oct 2013 23:31:06 -0700 lana Merge
Fri, 11 Oct 2013 15:49:15 +0200 jlahoda 6278240: Exception from AnnotationValue.getValue() should list the found type not the required type
Thu, 10 Oct 2013 23:26:56 -0700 rfield 8012557: Implement lambda methods on interfaces as private
Thu, 10 Oct 2013 20:57:27 -0700 lana Merge
Thu, 10 Oct 2013 13:41:08 -0700 lana Merge
Thu, 10 Oct 2013 17:13:32 -0700 jjg 8026294: 8025633 breaks langtools/test/com/sun/javadoc/testRepeatedAnnotations/TestRepeatedAnnotations.java
Thu, 10 Oct 2013 20:12:08 -0400 emc 8008762: Type annotation on inner class in anonymous class show up as regular type annotations
Thu, 10 Oct 2013 13:55:41 -0400 emc 8019461: Clean up javac diagnostics
Thu, 10 Oct 2013 10:51:15 -0700 bpatel 8025633: Fix javadoc to generate valid anchor names
Thu, 10 Oct 2013 08:51:55 +0200 alundblad 8021237: clean up JavacAnnotatedConstruct
Wed, 09 Oct 2013 13:09:31 +0200 jlahoda 8025087: Annotation processing api returns default modifier for interface static method
Wed, 09 Oct 2013 13:06:49 +0200 jlahoda 8025141: java.lang.ClassFormatError: Illegal field modifiers in class (...)
Tue, 08 Oct 2013 15:33:28 +0200 alundblad 8024415: Bug in javac Pretty: Wrong precedence in JCConditional trees
Thu, 17 Oct 2013 09:41:12 -0700 cl Added tag jdk8-b112 for changeset 954dd199d6ff
Wed, 16 Oct 2013 12:05:07 -0700 katleman Merge jdk8-b112
Thu, 10 Oct 2013 14:58:04 +0200 ihse 8001931: The new build system whitespace cleanup
Fri, 11 Oct 2013 03:09:42 -0700 lana Merge
Tue, 08 Oct 2013 14:59:46 -0700 lana Merge
Mon, 07 Oct 2013 16:51:56 -0700 darcy 8026017: Make history of AnnotatedConstruct methods in jx.l.m.e.Element clearer
Fri, 04 Oct 2013 16:23:05 -0700 ksrini 8005542: jtreg test OverrideBridge.java contains @ignore
Fri, 04 Oct 2013 16:08:18 -0700 ksrini 8003537: javap use internal class name when printing bound of type variable
Fri, 04 Oct 2013 15:24:42 -0700 jjg 8025970: Spurious characters in JavaCompiler
Fri, 04 Oct 2013 14:46:46 -0700 jjg 6525408: DiagnosticListener should receive MANDATORY_WARNING in standard compiler mode
Fri, 04 Oct 2013 13:59:13 -0700 jjg 8022163: javac exits with 0 status and no messages on error to construct an ann-procesor
Fri, 04 Oct 2013 13:41:13 -0700 bpatel 8024756: method grouping tabs are not selectable
Fri, 04 Oct 2013 13:32:30 -0700 bpatel 8008164: Invisible table captions in javadoc-generated html
Fri, 04 Oct 2013 10:00:28 -0700 darcy 8025913: Rename jdk.Supported to jdk.Exported
Fri, 04 Oct 2013 19:38:55 +0400 kizune 7096170: should remove unused support for enabling javac logging
Fri, 04 Oct 2013 08:29:54 +0200 jlahoda 8025118: Annotation processing api returns default modifier for interface without default methods
Wed, 02 Oct 2013 17:04:51 +0100 vromero 8023679: Improve error message for '_' used as a lambda parameter name
Tue, 01 Oct 2013 17:41:57 -0400 emc 8021339: Compile-time error during casting array to intersection
Tue, 01 Oct 2013 17:03:31 +0400 kizune 7118749: NPE in CreateSymbols caused by bad diagnostic
Sat, 28 Sep 2013 13:46:14 -0400 emc 8025413: NPE in Type.java due to recent change
Fri, 27 Sep 2013 18:38:29 -0700 lana Merge