hg: jdk8/tl/jdk: 7123649: Remove public modifier from Math.powerOfTwoF.

2012-01-06 Thread joe . darcy
Changeset: 2050ff9dfc92 Author:darcy Date: 2012-01-06 18:47 -0800 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/2050ff9dfc92 7123649: Remove public modifier from Math.powerOfTwoF. Reviewed-by: smarks, alanb ! src/share/classes/java/lang/Math.java

hg: jdk8/tl/jdk: 7033170: Cipher.getMaxAllowedKeyLength(String) throws NoSuchAlgorithmException

2012-01-06 Thread valerie . peng
Changeset: 6720ae7b1448 Author:valeriep Date: 2012-01-06 16:06 -0800 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/6720ae7b1448 7033170: Cipher.getMaxAllowedKeyLength(String) throws NoSuchAlgorithmException Summary: Changed to always use full transformation as provider properties.

Re: Code Review - CR# 7030573 insufficient disk space for large file test

2012-01-06 Thread Alan Bateman
On 06/01/2012 19:47, Gary Adams wrote: I've updated the webrev with the temp file created in the current directory. I'm not sure what to do about the case if there is only a little space available only a small file will be used. Should the test fail and force the test operator to create a

Re: Code Review - CR# 7030573 insufficient disk space for large file test

2012-01-06 Thread Gary Adams
On 01/ 5/12 08:30 AM, Alan Bateman wrote: On 23/12/2011 16:19, Gary Adams wrote: The LargeFileAvailable regression test had intermittent failures when there was not sufficient space available to create a 7G temp file. This webrev presents a simple check to see if the available usable space is le

hg: jdk8/tl/jdk: 2 new changesets

2012-01-06 Thread valerie . peng
Changeset: cdc128128044 Author:valeriep Date: 2012-01-05 18:18 -0800 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/cdc128128044 6414899: P11Digest should support cloning Summary: Enhanced the PKCS11 Digest implementation to support cloning Reviewed-by: vinnie ! make/sun/security

Fwd: Need reviewer: ant script bug in jaxws

2012-01-06 Thread Kelly O'Hair
Still need a reviewer for this small change. Any volunteers? -kto Begin forwarded message: > From: "Kelly O'Hair" > Subject: Need reviewer: ant script bug in jaxws > Date: January 4, 2012 17:59:32 PM PST > To: core-libs-dev Libs > Cc: miroslav@oracle.com > > For jdk8. Had this on my CR l

hg: jdk8/tl/jdk: 7127235: (fs) NPE in Files.walkFileTree if cached attributes are GC'ed

2012-01-06 Thread alan . bateman
Changeset: 400cc379adb5 Author:alanb Date: 2012-01-06 15:00 + URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/400cc379adb5 7127235: (fs) NPE in Files.walkFileTree if cached attributes are GC'ed Reviewed-by: forax, chegar ! src/share/classes/java/nio/file/FileTreeWalker.java