log

age author description
Fri, 10 Dec 2010 15:24:17 +0000 mcimadamore 6199075: Unambiguous varargs method calls flagged as ambiguous
Fri, 10 Dec 2010 15:23:42 +0000 mcimadamore 7005671: Regression: compiler accepts invalid cast from X[] to primitive array
Thu, 09 Dec 2010 19:53:03 -0800 jjg 6986242: cut-n-paste error in javadoc for Trees.instance(ProcessingEnvironment)
Thu, 09 Dec 2010 18:33:32 -0800 jjg 7005856: avoid name clash for langtools when building on MacOS
Thu, 09 Dec 2010 08:48:08 -0800 jjg 6985202: no access to doc comments from Tree API
Thu, 09 Dec 2010 08:24:42 -0800 jjg 4917091: javac rejects array over 128 in length
Thu, 09 Dec 2010 15:50:57 +0000 mcimadamore 7005371: Multicatch: assertion error while generating LocalVariableTypeTable attribute
Thu, 09 Dec 2010 15:50:34 +0000 mcimadamore 6476118: compiler bug causes runtime ClassCastException for generics overloading
Thu, 09 Dec 2010 15:50:10 +0000 mcimadamore 7005095: Cast: compile reject sensible cast from final class to interface
Wed, 08 Dec 2010 21:21:42 -0800 darcy 7003550: Loosen modeling requirements for annotation processing erroneous code
Wed, 08 Dec 2010 13:42:57 -0800 jjg 7004698: javap does not output CharacterRangeTable attributes correctly
Tue, 07 Dec 2010 14:13:25 -0800 jjg 6999210: javac should be able to warn of anomalous conditions in classfiles
Mon, 06 Dec 2010 11:51:02 +0000 mcimadamore 5088429: varargs overloading problem
Mon, 06 Dec 2010 11:50:37 +0000 mcimadamore 7002070: If catch clause has an incompatible type, error pointer points to first exception type in list
Mon, 06 Dec 2010 11:49:00 +0000 mcimadamore 7003744: Compiler error concerning final variables
Sun, 05 Dec 2010 15:26:55 -0800 lana Merge
Fri, 03 Dec 2010 13:47:59 -0800 jjh 6990209: JCK7-compiler lang/ICLS/icls006/icls00603/icls00603a.html#icls00603src test fails.
Fri, 03 Dec 2010 16:32:31 +0000 mcimadamore 7002837: Diamond: javac generates diamond inference errors when in 'finder' mode
Fri, 03 Dec 2010 16:31:23 +0000 mcimadamore 6956758: NPE in com.sun.tools.javac.code.Symbol - isSubClass
Thu, 02 Dec 2010 16:38:16 -0800 jjg Merge
Thu, 02 Dec 2010 16:37:23 -0800 jjg 7004029: intermittent failures compiling pack200
Wed, 01 Dec 2010 11:02:38 -0800 bpatel 6851834: Javadoc doclet needs a structured approach to generate the output HTML.
Thu, 16 Dec 2010 19:57:01 -0800 ohair Merge
Wed, 15 Dec 2010 15:30:12 -0800 ohair Merge
Sun, 05 Dec 2010 18:18:12 -0800 mfang Merge
Fri, 03 Dec 2010 20:31:57 -0800 mfang 6522789: [zh_CN] translation of "enclosing class" in doclet is incorrect
Thu, 16 Dec 2010 18:18:18 -0800 cl Added tag jdk7-b122 for changeset 11e7b4c0476e
Thu, 09 Dec 2010 21:25:38 -0800 katleman Added tag jdk7-b121 for changeset 1bf969e9792f jdk7-b122
Mon, 06 Dec 2010 20:35:49 -0800 lana Merge jdk7-b121
Tue, 30 Nov 2010 09:38:48 -0800 jjg 7003477: Paths.isDefaultBootClassPath needs to be public
Mon, 29 Nov 2010 14:15:36 -0800 jjg 6900037: javac should warn if earlier -source is used and bootclasspath not set
Mon, 29 Nov 2010 10:09:48 -0800 jjg 7003006: add option to list directory in deterministic order
Tue, 23 Nov 2010 15:28:34 -0800 jjg 7002346: javap test relies on location of scratch directory
Tue, 23 Nov 2010 13:32:29 -0800 jjg 6942366: javadoc no longer inherits doc from sourcepath
Tue, 23 Nov 2010 11:08:43 +0000 mcimadamore 6995200: JDK 7 compiler crashes when type-variable is inferred from expected primitive type
Thu, 18 Nov 2010 16:13:11 -0800 jjg 6999438: remove support for exotic identifiers from JDK 7
Wed, 17 Nov 2010 15:07:43 -0800 jjg 7000973: isBogus needs to be called on the to-be-returned entry, not on the current entry
Fri, 03 Dec 2010 19:45:34 -0800 ohair Merge
Mon, 22 Nov 2010 14:57:34 -0800 cl Added tag jdk7-b119 for changeset 814561077c44
Thu, 02 Dec 2010 19:04:25 -0800 cl Added tag jdk7-b120 for changeset 1dd813a529cf
Mon, 15 Nov 2010 14:41:21 +0000 mcimadamore 6999635: Multicatch: crash while compiling simple code with a multicatch parameter jdk7-b120
Mon, 15 Nov 2010 13:50:53 +0000 mcimadamore 6985719: Alike methods in interfaces (Inheritance and Overriding)
Sun, 14 Nov 2010 07:16:46 -0800 darcy 6991528: Support making Throwable.suppressedExceptions immutable
Sat, 13 Nov 2010 19:00:43 -0800 lana Merge
Fri, 12 Nov 2010 12:34:18 +0000 mcimadamore 6970016: Clean up ARM/try-with-resources implementation
Fri, 12 Nov 2010 12:33:52 +0000 mcimadamore 6999067: cast for invokeExact call gets redundant cast to <type> warnings
Fri, 12 Nov 2010 12:32:43 +0000 mcimadamore 6598108: com.sun.source.util.Trees.isAccessible incorrect
Wed, 10 Nov 2010 12:37:25 +0000 mcimadamore 6996914: Diamond inference: problem when accessing protected constructor
Tue, 09 Nov 2010 17:49:24 -0800 jjg 6997958: test tools/javac/api/T6412669.java fails in PIT
Sat, 06 Nov 2010 13:53:48 -0700 jjg 6998063: new Scope impl to fix Scope performance issues
Thu, 04 Nov 2010 15:39:43 -0700 lana Merge
Thu, 04 Nov 2010 12:58:29 +0000 mcimadamore 6714835: Safe cast is rejected (with warning) by javac
Thu, 04 Nov 2010 12:57:48 +0000 mcimadamore 6993963: Project Coin: Use precise exception analysis for effectively final catch parameters
Fri, 19 Nov 2010 10:20:40 -0800 mchung Merge
Thu, 11 Nov 2010 11:02:36 -0800 cl Added tag jdk7-b118 for changeset c491eec0acc7 jdk7-b119
Tue, 09 Nov 2010 22:54:48 -0800 lana Merge jdk7-b118
Tue, 02 Nov 2010 19:41:59 -0700 lana Merge
Tue, 02 Nov 2010 12:01:35 +0000 mcimadamore 6939780: add a warning to detect diamond sites
Tue, 02 Nov 2010 12:00:54 +0000 mcimadamore 6996415: Override bridges causes compiler-generated code to end up with synthetic infinite loop
Mon, 01 Nov 2010 19:28:40 -0700 jjg 6996626: Scope fix issues for ImportScope