hg: jdk7/tl/langtools: 4 new changesets

2010-05-19 Thread maurizio . cimadamore
Changeset: e9ef849ae0ed Author:mcimadamore Date: 2010-05-19 16:41 +0100 URL: http://hg.openjdk.java.net/jdk7/tl/langtools/rev/e9ef849ae0ed 6880344: Recursive type parameters do not compile Summary: Issue in type-variable substitution causes valid code to be rejected Reviewed-by: jjg

Re: URLConnection.getRequestProperties() doesn't throw as promised

2010-05-19 Thread Alan Bateman
Jesse Wilson wrote: On Wed, May 19, 2010 at 12:55 AM, Alan Bateman mailto:alan.bate...@oracle.com>> wrote: This isn't my area, but I just did a quick test with a http URL and IllegalStateException is thrown (with both 6 and 7). Any chance that connect hasn't been invoked? Or perhaps

Re: URLConnection.getRequestProperties() doesn't throw as promised

2010-05-19 Thread Alan Bateman
Martin Buchholz wrote: Hi net-dev gang, A colleague reports that: URLConnection.getRequestProperties() promises to throw an IllegalStateException when invoked on a connected instance. But Java 6 returns a valid map. Can you get either the spec or the implementation fixed so that the two agree?