Fri, 10 Dec 2010 15:23:42 +0000 7005671: Regression: compiler accepts invalid cast from X[] to primitive array
mcimadamore [Fri, 10 Dec 2010 15:23:42 +0000] rev 7634
7005671: Regression: compiler accepts invalid cast from X[] to primitive array Summary: regression in type conversion after 292 changes Reviewed-by: jjg
Thu, 09 Dec 2010 19:53:03 -0800 6986242: cut-n-paste error in javadoc for Trees.instance(ProcessingEnvironment)
jjg [Thu, 09 Dec 2010 19:53:03 -0800] rev 7633
6986242: cut-n-paste error in javadoc for Trees.instance(ProcessingEnvironment) Reviewed-by: darcy
Thu, 09 Dec 2010 18:33:32 -0800 7005856: avoid name clash for langtools when building on MacOS
jjg [Thu, 09 Dec 2010 18:33:32 -0800] rev 7632
7005856: avoid name clash for langtools when building on MacOS Reviewed-by: mcimadamore
Thu, 09 Dec 2010 08:48:08 -0800 6985202: no access to doc comments from Tree API
jjg [Thu, 09 Dec 2010 08:48:08 -0800] rev 7631
6985202: no access to doc comments from Tree API Reviewed-by: mcimadamore
Thu, 09 Dec 2010 08:24:42 -0800 4917091: javac rejects array over 128 in length
jjg [Thu, 09 Dec 2010 08:24:42 -0800] rev 7630
4917091: javac rejects array over 128 in length Reviewed-by: mcimadamore
Thu, 09 Dec 2010 15:50:57 +0000 7005371: Multicatch: assertion error while generating LocalVariableTypeTable attribute
mcimadamore [Thu, 09 Dec 2010 15:50:57 +0000] rev 7629
7005371: Multicatch: assertion error while generating LocalVariableTypeTable attribute Summary: compiler crashes with assertion error if '-g' option is passed and source contains multicatch Reviewed-by: jjg
Thu, 09 Dec 2010 15:50:34 +0000 6476118: compiler bug causes runtime ClassCastException for generics overloading
mcimadamore [Thu, 09 Dec 2010 15:50:34 +0000] rev 7628
6476118: compiler bug causes runtime ClassCastException for generics overloading Summary: compiler allows bridge methods to override unrelated method Reviewed-by: jjg
Thu, 09 Dec 2010 15:50:10 +0000 7005095: Cast: compile reject sensible cast from final class to interface
mcimadamore [Thu, 09 Dec 2010 15:50:10 +0000] rev 7627
7005095: Cast: compile reject sensible cast from final class to interface Summary: a previous fix to cast conversion has made the compiler too strict w.r.t. final cast Reviewed-by: jjg
Wed, 08 Dec 2010 21:21:42 -0800 7003550: Loosen modeling requirements for annotation processing erroneous code
darcy [Wed, 08 Dec 2010 21:21:42 -0800] rev 7626
7003550: Loosen modeling requirements for annotation processing erroneous code Reviewed-by: jjg
Wed, 08 Dec 2010 13:42:57 -0800 7004698: javap does not output CharacterRangeTable attributes correctly
jjg [Wed, 08 Dec 2010 13:42:57 -0800] rev 7625
7004698: javap does not output CharacterRangeTable attributes correctly Reviewed-by: mcimadamore
Tue, 07 Dec 2010 14:13:25 -0800 6999210: javac should be able to warn of anomalous conditions in classfiles
jjg [Tue, 07 Dec 2010 14:13:25 -0800] rev 7624
6999210: javac should be able to warn of anomalous conditions in classfiles Reviewed-by: mcimadamore, darcy
Mon, 06 Dec 2010 11:51:02 +0000 5088429: varargs overloading problem
mcimadamore [Mon, 06 Dec 2010 11:51:02 +0000] rev 7623
5088429: varargs overloading problem Summary: compiler implementation for overload resolution w/ varargs method does not match JLS Reviewed-by: jjg
Mon, 06 Dec 2010 11:50:37 +0000 7002070: If catch clause has an incompatible type, error pointer points to first exception type in list
mcimadamore [Mon, 06 Dec 2010 11:50:37 +0000] rev 7622
7002070: If catch clause has an incompatible type, error pointer points to first exception type in list Summary: Attribution should check each component of a disjunctive type separately, rather than checking the corresponding lub() Reviewed-by: jjg
Mon, 06 Dec 2010 11:49:00 +0000 7003744: Compiler error concerning final variables
mcimadamore [Mon, 06 Dec 2010 11:49:00 +0000] rev 7621
7003744: Compiler error concerning final variables Summary: Flow analysis does not cleanup init/uninint bit masks after for-loop Reviewed-by: jjg
Sun, 05 Dec 2010 15:26:55 -0800 Merge
lana [Sun, 05 Dec 2010 15:26:55 -0800] rev 7620
Merge
Fri, 03 Dec 2010 13:47:59 -0800 6990209: JCK7-compiler lang/ICLS/icls006/icls00603/icls00603a.html#icls00603src test fails.
jjh [Fri, 03 Dec 2010 13:47:59 -0800] rev 7619
6990209: JCK7-compiler lang/ICLS/icls006/icls00603/icls00603a.html#icls00603src test fails. Reviewed-by: jjg
Fri, 03 Dec 2010 16:32:31 +0000 7002837: Diamond: javac generates diamond inference errors when in 'finder' mode
mcimadamore [Fri, 03 Dec 2010 16:32:31 +0000] rev 7618
7002837: Diamond: javac generates diamond inference errors when in 'finder' mode Summary: Javac should disable error messages when analyzing instance creation expression in 'diamond finder' mode Reviewed-by: jjg
Fri, 03 Dec 2010 16:31:23 +0000 6956758: NPE in com.sun.tools.javac.code.Symbol - isSubClass
mcimadamore [Fri, 03 Dec 2010 16:31:23 +0000] rev 7617
6956758: NPE in com.sun.tools.javac.code.Symbol - isSubClass Summary: Use of TransTypes.cast() instead of TransTypes.coerce() causes NPE in Lower Reviewed-by: jjg
Thu, 02 Dec 2010 16:38:16 -0800 Merge
jjg [Thu, 02 Dec 2010 16:38:16 -0800] rev 7616
Merge
Thu, 02 Dec 2010 16:37:23 -0800 7004029: intermittent failures compiling pack200
jjg [Thu, 02 Dec 2010 16:37:23 -0800] rev 7615
7004029: intermittent failures compiling pack200 Summary: remove "bogus" entries from star-import scopes Reviewed-by: mcimadamore Contributed-by: per.bothner@oracle.com
Wed, 01 Dec 2010 11:02:38 -0800 6851834: Javadoc doclet needs a structured approach to generate the output HTML.
bpatel [Wed, 01 Dec 2010 11:02:38 -0800] rev 7614
6851834: Javadoc doclet needs a structured approach to generate the output HTML. Reviewed-by: jjg
Thu, 16 Dec 2010 19:57:01 -0800 Merge
ohair [Thu, 16 Dec 2010 19:57:01 -0800] rev 7613
Merge
Wed, 15 Dec 2010 15:30:12 -0800 Merge
ohair [Wed, 15 Dec 2010 15:30:12 -0800] rev 7612
Merge
Sun, 05 Dec 2010 18:18:12 -0800 Merge
mfang [Sun, 05 Dec 2010 18:18:12 -0800] rev 7611
Merge
Fri, 03 Dec 2010 20:31:57 -0800 6522789: [zh_CN] translation of "enclosing class" in doclet is incorrect
mfang [Fri, 03 Dec 2010 20:31:57 -0800] rev 7610
6522789: [zh_CN] translation of "enclosing class" in doclet is incorrect Reviewed-by: yhuang
Thu, 16 Dec 2010 18:18:18 -0800 Added tag jdk7-b122 for changeset 41cc0cb556fe
cl [Thu, 16 Dec 2010 18:18:18 -0800] rev 7609
Added tag jdk7-b122 for changeset 41cc0cb556fe
Wed, 05 Jul 2017 17:30:26 +0200 Merge
duke [Wed, 05 Jul 2017 17:30:26 +0200] rev 7608
Merge
Mon, 20 Dec 2010 17:19:42 -0800 Merge
lana [Mon, 20 Dec 2010 17:19:42 -0800] rev 7607
Merge
Sun, 12 Dec 2010 10:36:22 -0800 Merge
lana [Sun, 12 Dec 2010 10:36:22 -0800] rev 7606
Merge
Sun, 05 Dec 2010 15:21:33 -0800 Merge
lana [Sun, 05 Dec 2010 15:21:33 -0800] rev 7605
Merge
(0) -3000 -1000 -300 -100 -50 -30 +30 +50 +100 +300 +1000 +3000 +10000 +30000 tip