lana [Wed, 19 Jan 2011 19:01:35 -0800] rev 8043
Merge
ksrini [Tue, 18 Jan 2011 08:37:05 -0800] rev 8042
6982999: tools must support -target 7 bytecodes
Reviewed-by: jjg, jrose
ksrini [Fri, 14 Jan 2011 13:59:18 -0800] rev 8041
7011272: langtools build.xml should provide a patch target
Reviewed-by: jonathan, jjh
jjg [Fri, 14 Jan 2011 11:55:53 -0800] rev 8040
6571165: Minor doc bugs in JavaCompiler.java
Reviewed-by: mcimadamore
jjg [Fri, 14 Jan 2011 11:45:19 -0800] rev 8039
6419926: JSR 199: FileObject.toUri() generates URI without schema (Solaris)
Reviewed-by: mcimadamore
mcimadamore [Fri, 14 Jan 2011 09:46:44 +0000] rev 8038
6949040: java.dyn package must be compiled with -target 7 or better
Summary: issue error (rather than warning) when @PolymorphicSignature is found and target < 7
Reviewed-by: jjg
mcimadamore [Fri, 14 Jan 2011 09:45:52 +0000] rev 8037
7007432: Test generic types well-formedness
Summary: add a new kind of check (well-formedness of generic type w.r.t. declared bounds) in the type-harness
Reviewed-by: jjg
mcimadamore [Fri, 14 Jan 2011 09:45:04 +0000] rev 8036
6992698: JSR 292: remove support for transient syntax in polymorphic signature calls
Summary: special syntax to denote indy return type through type parameters should be removed (and cast shall be used instead)
Reviewed-by: jjg, jrose