mcimadamore [Mon, 23 Aug 2010 16:59:30 +0100] rev 6353
6932571: Compiling Generics causing Inconvertible types
Summary: Types.rewriteQuantifiers() does not work well with recursive type-variable bounds
Reviewed-by: jjg
mcimadamore [Thu, 19 Aug 2010 11:54:25 +0100] rev 6352
6977800: Regression: invalid resolution of supertype for local class
Summary: resolution of superclass/superinterfaces in extends/implements clause skips local classes
Reviewed-by: jjg
mcimadamore [Thu, 19 Aug 2010 11:52:58 +0100] rev 6351
6885255: Improve usability of raw warnings
Summary: raw warnings should be disabled in (i) instanceof expressions and (ii) when java.lang.Class is not parameterized
Reviewed-by: jjg
mcimadamore [Thu, 19 Aug 2010 11:50:50 +0100] rev 6350
6886247: regression: javac crashes with an assertion error in Attr.java
Summary: capture conversion does not work on nested types
Reviewed-by: jjg
jjg [Mon, 16 Aug 2010 14:59:21 -0700] rev 6349
6976833: options included twice in Example SimpleCompiler
Reviewed-by: darcy
mcimadamore [Mon, 16 Aug 2010 14:58:10 +0100] rev 6348
6369605: Unconstrained type variables fails to include bounds
Summary: unconstrained type-variables with recursive bounds are not inferred properly
Reviewed-by: jjg
mcimadamore [Mon, 16 Aug 2010 14:56:23 +0100] rev 6347
6976649: javac does not enforce required annotation elements in arrays
Summary: type annotation should take advantage of recursive annotation checking
Reviewed-by: jjg
lana [Thu, 12 Aug 2010 19:59:10 -0700] rev 6346
Merge