Tue, 11 Aug 2009 01:13:14 +0100 6521805: Regression: JDK5/JDK6 javac allows write access to outer class reference
mcimadamore [Tue, 11 Aug 2009 01:13:14 +0100] rev 3557
6521805: Regression: JDK5/JDK6 javac allows write access to outer class reference Summary: javac should warn/complain about identifiers with the same name as synthetic symbol Reviewed-by: jjg
Tue, 11 Aug 2009 01:12:40 +0100 6840059: regression: javac silently crashes when resolving erroneous anonymous inner constructor
mcimadamore [Tue, 11 Aug 2009 01:12:40 +0100] rev 3556
6840059: regression: javac silently crashes when resolving erroneous anonymous inner constructor Summary: resolved an internal crash with constructor resolution Reviewed-by: jjg
Tue, 11 Aug 2009 01:12:13 +0100 6390045: Unexpected error "cannot access java.lang.Void" with '-target cldc1.0' with -source >=1.5
mcimadamore [Tue, 11 Aug 2009 01:12:13 +0100] rev 3555
6390045: Unexpected error "cannot access java.lang.Void" with '-target cldc1.0' with -source >=1.5 Summary: javac needs to synthetize a fake java.lang.Void symbol if one is not given on the classpath Reviewed-by: jjg
Tue, 11 Aug 2009 01:11:37 +0100 6806876: ClassCastException occurs in assignment expressions without any heap pollutions
mcimadamore [Tue, 11 Aug 2009 01:11:37 +0100] rev 3554
6806876: ClassCastException occurs in assignment expressions without any heap pollutions Summary: intersection types should be considered as non-reifiable by javac Reviewed-by: jjg
Sat, 08 Aug 2009 17:56:37 -0700 6868539: javap should use current names for constant pool tags
jjg [Sat, 08 Aug 2009 17:56:37 -0700] rev 3553
6868539: javap should use current names for constant pool tags Reviewed-by: ksrini
Sat, 08 Aug 2009 17:50:57 -0700 6868548: remove spurious ';' from after constant pool entries
jjg [Sat, 08 Aug 2009 17:50:57 -0700] rev 3552
6868548: remove spurious ';' from after constant pool entries Reviewed-by: ksrini
Thu, 06 Aug 2009 20:24:08 -0700 Merge
tbell [Thu, 06 Aug 2009 20:24:08 -0700] rev 3551
Merge
Thu, 06 Aug 2009 19:35:41 -0700 6858429: javap classfile library a minor bug
jjg [Thu, 06 Aug 2009 19:35:41 -0700] rev 3550
6858429: javap classfile library a minor bug Reviewed-by: ksrini
Thu, 06 Aug 2009 19:03:42 -0700 Merge
tbell [Thu, 06 Aug 2009 19:03:42 -0700] rev 3549
Merge
Wed, 05 Aug 2009 08:38:18 -0700 6729471: javap should accept class files on the command line
jjg [Wed, 05 Aug 2009 08:38:18 -0700] rev 3548
6729471: javap should accept class files on the command line Reviewed-by: mcimadamore
Wed, 05 Aug 2009 07:43:50 -0700 6868553: 6867671 breaks some tests
jjg [Wed, 05 Aug 2009 07:43:50 -0700] rev 3547
6868553: 6867671 breaks some tests Reviewed-by: mcimadamore
Tue, 04 Aug 2009 17:26:41 -0700 6867671: javap whitespace formatting issues
jjg [Tue, 04 Aug 2009 17:26:41 -0700] rev 3546
6867671: javap whitespace formatting issues Reviewed-by: mcimadamore
Fri, 31 Jul 2009 17:20:06 -0700 Merge
tbell [Fri, 31 Jul 2009 17:20:06 -0700] rev 3545
Merge
Thu, 30 Jul 2009 09:18:55 -0700 4880672: javap does not output inner interfaces of an interface
jjg [Thu, 30 Jul 2009 09:18:55 -0700] rev 3544
4880672: javap does not output inner interfaces of an interface Reviewed-by: mcimadamore
Thu, 30 Jul 2009 07:48:24 -0700 6866657: add byteLength method to primary classfile types
jjg [Thu, 30 Jul 2009 07:48:24 -0700] rev 3543
6866657: add byteLength method to primary classfile types Reviewed-by: mchung
Thu, 30 Jul 2009 10:30:34 +0100 6861837: JCK compilation failures
mcimadamore [Thu, 30 Jul 2009 10:30:34 +0100] rev 3542
6861837: JCK compilation failures Summary: Type-annotations processing is accessing type info before they are available in MemberEnter Reviewed-by: jjg Contributed-by: mali@csail.mit.edu
Thu, 30 Jul 2009 10:30:24 +0100 6864382: NPE in the rich formatter when processing an unattributed type-variable
mcimadamore [Thu, 30 Jul 2009 10:30:24 +0100] rev 3541
6864382: NPE in the rich formatter when processing an unattributed type-variable Summary: Unattributed type variable should not be accessed by the rich formatter when emitting where clauses Reviewed-by: jjg
Thu, 30 Jul 2009 10:30:10 +0100 6862608: rich diagnostic sometimes contain wrong type variable numbering
mcimadamore [Thu, 30 Jul 2009 10:30:10 +0100] rev 3540
6862608: rich diagnostic sometimes contain wrong type variable numbering Summary: The rich formatter generates worng numbers for type-variables in where clauses Reviewed-by: jjg
Thu, 30 Jul 2009 10:29:53 +0100 6827648: Extremely slow compilation time for visitor pattern code + generics
mcimadamore [Thu, 30 Jul 2009 10:29:53 +0100] rev 3539
6827648: Extremely slow compilation time for visitor pattern code + generics Summary: Javac unnecessarily recomputates type-substitutions multiple times Reviewed-by: jjg
Wed, 29 Jul 2009 13:26:26 -0700 4777949: Javap Rewrite : Warn javap usage on package classes with simple name.
jjg [Wed, 29 Jul 2009 13:26:26 -0700] rev 3538
4777949: Javap Rewrite : Warn javap usage on package classes with simple name. Reviewed-by: mcimadamore
Tue, 28 Jul 2009 11:00:05 -0700 6734068: Some variable length attributes set their size incorrectly.
jjg [Tue, 28 Jul 2009 11:00:05 -0700] rev 3537
6734068: Some variable length attributes set their size incorrectly. Reviewed-by: mcimadamore
Tue, 28 Jul 2009 10:36:25 -0700 6855990: javap InstructionDetailWriter should support new 308 annotations attribute
jjg [Tue, 28 Jul 2009 10:36:25 -0700] rev 3536
6855990: javap InstructionDetailWriter should support new 308 annotations attribute Reviewed-by: mcimadamore
Thu, 13 Aug 2009 12:11:32 -0700 Added tag jdk7-b69 for changeset 2556d2c42271
xdono [Thu, 13 Aug 2009 12:11:32 -0700] rev 3535
Added tag jdk7-b69 for changeset 2556d2c42271
Wed, 05 Jul 2017 16:59:08 +0200 Merge
duke [Wed, 05 Jul 2017 16:59:08 +0200] rev 3534
Merge
(0) -3000 -1000 -300 -100 -50 -24 +24 +50 +100 +300 +1000 +3000 +10000 +30000 tip