tbell [Tue, 15 Apr 2008 17:48:22 -0700] rev 515
Merge
mcimadamore [Wed, 09 Apr 2008 15:30:44 +0100] rev 514
6559182: Cast from a raw type with non-generic supertype to a raw type fails unexpectedly
Summary: Javac doesn't conform to JLS 4.8 - all the supertypes of a raw type must be erased
Reviewed-by: jjg
mcimadamore [Wed, 09 Apr 2008 15:04:35 +0100] rev 513
6683438: Bad regression test for CR 6611449
Summary: The regression test for CR 6611449 contains some inconstistencies
Reviewed-by: jjg
mcimadamore [Wed, 09 Apr 2008 14:57:37 +0100] rev 512
6657499: javac 1.6.0 fails to compile class with inner class
Summary: Lookup of member inner classes silently fails leading to an unwanted erasure to take place
Reviewed-by: jjg
mcimadamore [Wed, 09 Apr 2008 14:45:50 +0100] rev 511
6450290: Capture of nested wildcards causes type error
Summary: A missing capture conversion makes javac to think that some expressions are well-formed even when they aren't
Reviewed-by: jjg
mcimadamore [Wed, 09 Apr 2008 14:05:24 +0100] rev 510
6481655: Parser confused by combination of parens and explicit type args
Summary: Bug in the parser caused by the fact that explicit type arguments are disabled when parsing parenthesized expressions
Reviewed-by: jjg
mcimadamore [Wed, 09 Apr 2008 13:53:45 +0100] rev 509
6365166: javac (generic) unable to resolve methods
Summary: Unignore regression test as this bug has been fixed by CR 6278587
Reviewed-by: jjg