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
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
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
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
jjg [Sat, 08 Aug 2009 17:56:37 -0700] rev 3553
6868539: javap should use current names for constant pool tags
Reviewed-by: ksrini
jjg [Sat, 08 Aug 2009 17:50:57 -0700] rev 3552
6868548: remove spurious ';' from after constant pool entries
Reviewed-by: ksrini
tbell [Thu, 06 Aug 2009 20:24:08 -0700] rev 3551
Merge
jjg [Thu, 06 Aug 2009 19:35:41 -0700] rev 3550
6858429: javap classfile library a minor bug
Reviewed-by: ksrini
tbell [Thu, 06 Aug 2009 19:03:42 -0700] rev 3549
Merge
jjg [Wed, 05 Aug 2009 08:38:18 -0700] rev 3548
6729471: javap should accept class files on the command line
Reviewed-by: mcimadamore