mcimadamore [Fri, 16 Sep 2011 14:16:11 +0100] rev 10634
7086586: Inference producing null type argument
Summary: Inference should fail in 15.12.2.7 when inference variables with 'nulltype' upper bounds are found
Reviewed-by: dlsmith
jjg [Wed, 14 Sep 2011 18:26:57 -0700] rev 10633
7068437: Regression: Filer.getResource(SOURCE_OUTPUT, ...) no longer works in JDK 7 w/o -s
Reviewed-by: darcy
jjg [Wed, 14 Sep 2011 15:49:54 -0700] rev 10632
7090700: fix for 7080267 breaks two tests
Reviewed-by: ksrini
jjg [Wed, 14 Sep 2011 12:14:30 -0700] rev 10631
7090249: IllegalStateException from Trees.getScope when called from JSR 199
Reviewed-by: mcimadamore
jjg [Wed, 14 Sep 2011 12:07:50 -0700] rev 10630
7080267: Call to toString() from an ExpressionStatementTree doesn't take in consideration the ";" at the end
Reviewed-by: mcimadamore
mchung [Tue, 13 Sep 2011 16:37:09 -0700] rev 10629
7090297: Remove com.sun.tools.javac.Launcher from tools.jar
Reviewed-by: jjg
mcimadamore [Tue, 13 Sep 2011 14:15:39 +0100] rev 10628
7086601: Error message bug: cause for method mismatch is 'null'
Summary: Inference error during lub() does not set 'cause' for method resolution diagnostic
Reviewed-by: jjg
mcimadamore [Tue, 13 Sep 2011 14:15:22 +0100] rev 10627
7003595: IncompatibleClassChangeError with unreferenced local class with subclass
Summary: Compiler omits unreferenced local inner classes from the InnerClasses attribute
Reviewed-by: jjg