hg: jdk8/tl/jdk: 8004925: java/net/Socks/SocksV4Test.java failing on all platforms

2012-12-13 Thread chris . hegarty
Changeset: 775b0050144a Author:chegar Date: 2012-12-13 09:55 + URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/775b0050144a 8004925: java/net/Socks/SocksV4Test.java failing on all platforms Reviewed-by: alanb, dsamersoff ! test/java/net/Socks/SocksV4Test.java

8004963: URLConnection, downgrade normative reference to ${java.home}/lib/content-types.properties

2012-12-13 Thread Alan Bateman
As part of preparing for modules in the future [1], we need to look at configuration (and other) files in the JDK to see whether such files could eventually move to module-private locations. One of the normative references to a file in ${java.home} is URLConnection where it specifies the loc

Re: 8004963: URLConnection, downgrade normative reference to ${java.home}/lib/content-types.properties

2012-12-13 Thread Chris Hegarty
Looks fine to me. -Chris. On 12/13/2012 01:49 PM, Alan Bateman wrote: As part of preparing for modules in the future [1], we need to look at configuration (and other) files in the JDK to see whether such files could eventually move to module-private locations. One of the normative references

hg: jdk8/tl/jdk: 2 new changesets

2012-12-13 Thread sean . mullan
Changeset: c97618a3c8c2 Author:juh Date: 2012-12-13 09:35 -0500 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/c97618a3c8c2 7193792: sun/security/pkcs11/ec/TestECDSA.java failing intermittently Reviewed-by: vinnie, wetmore ! test/ProblemList.txt ! test/sun/security/pkcs11/ec/TestE

hg: jdk8/tl/jdk: 8004675: Inet6Address.getHostAddress should use string scope identifier where available

2012-12-13 Thread chris . hegarty
Changeset: 682d2d3ccff5 Author:chegar Date: 2012-12-13 14:33 + URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/682d2d3ccff5 8004675: Inet6Address.getHostAddress should use string scope identifier where available Summary: ...and some minor stylistic cleanup Reviewed-by: khazra,

hg: jdk8/tl/jdk: 8003890: corelibs test scripts should pass TESTVMOPTS

2012-12-13 Thread chris . hegarty
Changeset: ae5d04dbacd6 Author:chegar Date: 2012-12-13 14:47 + URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/ae5d04dbacd6 8003890: corelibs test scripts should pass TESTVMOPTS Reviewed-by: chegar, alanb Contributed-by: Mark Sheppard ! test/com/oracle/net/sanity.sh ! test/com

Re: Infinite Loop in KeepAliveStream

2012-12-13 Thread Chris Hegarty
I think what you suggested should work. But how about a simpler version? if (expected > count) { long nskip = expected - count; if (nskip <= available()) { -long n = 0; -while (n < nskip) { -

hg: jdk8/tl/langtools: 8001114: Container annotation is not checked for semantic correctness

2012-12-13 Thread jonathan . gibbons
Changeset: 376d6c1b49e5 Author:jfranck Date: 2012-12-03 11:16 +0100 URL: http://hg.openjdk.java.net/jdk8/tl/langtools/rev/376d6c1b49e5 8001114: Container annotation is not checked for semantic correctness Reviewed-by: jjg ! src/share/classes/com/sun/tools/javac/code/Annotations.jav

hg: jdk8/tl/jdk: 8003632: HPROF class file version java.lang.RuntimeException errors

2012-12-13 Thread david . holmes
Changeset: 8d7323a9d8ed Author:dholmes Date: 2012-12-13 21:18 -0500 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/8d7323a9d8ed 8003632: HPROF class file version java.lang.RuntimeException errors Reviewed-by: mchung, lancea ! src/share/javavm/export/classfile_constants.h