hg: jdk8/tl/jdk: 8021588: Remove explicit othervm execution from jdk/test/Makefile

2013-07-27 Thread mike . duigou
Changeset: 5d4a35823071 Author:mduigou Date: 2013-07-27 12:26 -0700 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/5d4a35823071 8021588: Remove explicit othervm execution from jdk/test/Makefile Reviewed-by: alanb ! test/Makefile

Re: Non-standard socket options?

2013-07-27 Thread Alan Bateman
On 10/05/2013 17:14, Brian Call wrote: Thanks for your help guys! It would be most excellent to have that socket option turned off by default. It would certainly make multicast receivers written in java behave the same way across all the major platforms. Not sure why this wasn't considered a

hg: jdk8/tl/jdk: 8021609: Fix doclint issues in java.nio.charset

2013-07-27 Thread joe . darcy
Changeset: eb1dc65162e8 Author:darcy Date: 2013-07-27 10:27 -0700 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/eb1dc65162e8 8021609: Fix doclint issues in java.nio.charset Reviewed-by: alanb ! src/share/classes/java/nio/charset/Charset-X-Coder.java.template

hg: jdk8/tl/jdk: 8020641: Clean up some code style in recent BigInteger contributions

2013-07-27 Thread alan . bateman
Changeset: a1c01457cf6c Author:bpb Date: 2013-07-26 17:09 -0700 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/a1c01457cf6c 8020641: Clean up some code style in recent BigInteger contributions Summary: Some minor cleanup to adhere better to Java coding conventions. Reviewed-by: dar

hg: jdk8/tl/jdk: 8014319: Faster division of large integers

2013-07-27 Thread alan . bateman
Changeset: d4b2436892c8 Author:bpb Date: 2013-07-26 17:03 -0700 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/d4b2436892c8 8014319: Faster division of large integers Summary: Implement Burnickel-Ziegler division algorithm in BigInteger Reviewed-by: bpb, martin Contributed-by: Tim