hg: jdk8/tl/jdk: 8021121: ISO 4217 Amendment Number 156

2013-08-15 Thread yong . huang
Changeset: 2f6523abab08 Author:yhuang Date: 2013-08-14 22:49 -0700 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/2f6523abab08 8021121: ISO 4217 Amendment Number 156 Reviewed-by: naoto ! src/share/classes/java/util/CurrencyData.properties !

Re: Please review Meiji era tidyup

2013-08-15 Thread Stephen Colebourne
Fine by me On 14 August 2013 20:48, roger riggs roger.ri...@oracle.com wrote: The issue 8019185: Inconsistency between JapaneseEra start dates and java.util.JapaneseImperialDate Observes a minor discrepancy between the java.util.Calendar Japanese implementation and the java.time JapaneseEra.

Re: RFR FJ parallelism zero

2013-08-15 Thread Alan Bateman
On 14/08/2013 22:59, Chris Hegarty wrote: Source changes that follow Doug's mail on lambda-libs-spec-observers http://mail.openjdk.java.net/pipermail/lambda-libs-spec-observers/2013-August/002361.html These changes are already in the jsr166 CVS, and there is a test in OpenJDK that verifies

hg: jdk8/tl/jdk: 8022921: Remove experimental Profile attribute

2013-08-15 Thread alan . bateman
Changeset: 5ff3b55df2d4 Author:alanb Date: 2013-08-15 11:54 +0100 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/5ff3b55df2d4 8022921: Remove experimental Profile attribute Reviewed-by: mchung, chegar ! src/share/classes/java/net/URLClassLoader.java !

Re: RFR: JDK-7154662: {CRC32, Adler32}.update(byte[] b, int off, int len): undocumented ArrayIndexOutOfBoundsException

2013-08-15 Thread Florian Weimer
On 08/14/2013 11:33 PM, Chris Hegarty wrote: * @throws ArrayIndexOutOfBoundsException * if the {@code off} is negative, or the {@code len} is * negative, or the {@code off+len} is greater than the * length of the array {@code b} I agree that specifying this

Re: RFR: JDK-4858457 -- File.getCanonicalPath() throws IOException when invoked with nul (win)

2013-08-15 Thread Alan Bateman
On 14/08/2013 20:54, Dan Xu wrote: Hi Alan, Thanks for pointing out. I have updated my fix in the new webrev, http://cr.openjdk.java.net/~dxu/4858457/webrev.01/. Please take a look! Thanks, much better to have this in the one test. Looks good. -Alan.

hg: jdk8/tl/jdk: 8015765: TEST_BUG: java/nio/channels/ServerSocketChannel/AdaptServerSocket.java failing intermittently

2013-08-15 Thread alan . bateman
Changeset: b7b0beef5ded Author:alanb Date: 2013-08-15 13:42 +0100 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/b7b0beef5ded 8015765: TEST_BUG: java/nio/channels/ServerSocketChannel/AdaptServerSocket.java failing intermittently Reviewed-by: chegar, dholmes, alanb Contributed-by:

hg: jdk8/tl/jdk: 8022584: Memory leak in some NetworkInterface methods

2013-08-15 Thread chris . hegarty
Changeset: 7d7d553a8c61 Author:igerasim Date: 2013-08-13 13:04 +0400 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/7d7d553a8c61 8022584: Memory leak in some NetworkInterface methods Reviewed-by: alanb, dholmes, chegar, michaelm ! src/solaris/native/java/net/NetworkInterface.c +

hg: jdk8/tl/jdk: 8023103: FJ parallelism zero; ...

2013-08-15 Thread chris . hegarty
Changeset: 3223342fb76e Author:dl Date: 2013-08-15 15:01 +0100 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/3223342fb76e 8023103: FJ parallelism zero 8020537: java/util/concurrent/forkjoin/ThrowingRunnable.java Reviewed-by: chegar, mduigou, alanb !

hg: jdk8/tl/jdk: 8023104: ConcurrentHashMap typo

2013-08-15 Thread chris . hegarty
Changeset: b07b19182e40 Author:dl Date: 2013-08-15 15:04 +0100 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/b07b19182e40 8023104: ConcurrentHashMap typo Reviewed-by: chegar, mduigou ! src/share/classes/java/util/concurrent/ConcurrentHashMap.java

hg: jdk8/tl/jdk: 8022126: Remove throws SocketException from DatagramPacket constructors accepting SocketAddress

2013-08-15 Thread chris . hegarty
Changeset: e7137695dce3 Author:chegar Date: 2013-08-15 15:16 +0100 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/e7137695dce3 8022126: Remove throws SocketException from DatagramPacket constructors accepting SocketAddress Reviewed-by: smarks, alanb, michaelm, darcy !

Re: Possible HashMap update

2013-08-15 Thread Doug Lea
On 08/14/13 09:23, Remi Forax wrote: On 08/14/2013 01:16 PM, Doug Lea wrote: On 08/13/13 16:56, Remi Forax wrote: And that the iterators on entrySet, keySet and values doesn't have their method forEachRemaining overriden (unlike java.util.ArrayList). Could you explain exactly when these

Re: Possible HashMap update

2013-08-15 Thread Remi Forax
On 08/15/2013 04:33 PM, Doug Lea wrote: On 08/14/13 09:23, Remi Forax wrote: On 08/14/2013 01:16 PM, Doug Lea wrote: On 08/13/13 16:56, Remi Forax wrote: And that the iterators on entrySet, keySet and values doesn't have their method forEachRemaining overriden (unlike java.util.ArrayList).

hg: jdk8/tl/langtools: 8015145: Smartjavac needs more flexibility with linking to sources

2013-08-15 Thread erik . joelsson
Changeset: 71b0089b146f Author:erikj Date: 2013-08-15 17:24 +0200 URL: http://hg.openjdk.java.net/jdk8/tl/langtools/rev/71b0089b146f 8015145: Smartjavac needs more flexibility with linking to sources Reviewed-by: jjg, ohrstrom !

Re: RFR: JDK-7154662: {CRC32, Adler32}.update(byte[] b, int off, int len): undocumented ArrayIndexOutOfBoundsException

2013-08-15 Thread Xueming Shen
On 08/15/2013 05:15 AM, Florian Weimer wrote: On 08/14/2013 11:33 PM, Chris Hegarty wrote: * @throws ArrayIndexOutOfBoundsException * if the {@code off} is negative, or the {@code len} is * negative, or the {@code off+len} is greater than the * length of the

hg: jdk8/tl/jdk: 7154662: {CRC32, Adler32}.update(byte[] b, int off, int len): undocumented ArrayIndexOutOfBoundsException

2013-08-15 Thread xueming . shen
Changeset: 6c307b4d0dd8 Author:sherman Date: 2013-08-15 10:41 -0700 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/6c307b4d0dd8 7154662: {CRC32, Adler32}.update(byte[] b, int off, int len): undocumented ArrayIndexOutOfBoundsException Summary: to add the throws clause Reviewed-by:

hg: jdk8/tl/jdk: 2 new changesets

2013-08-15 Thread vincent . x . ryan
Changeset: b4645069238a Author:vinnie Date: 2013-08-15 19:49 +0100 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/b4645069238a 8023108: Remove ShortRSAKey1024.sh from ProblemList.txt Reviewed-by: mullan ! test/ProblemList.txt Changeset: 3211caab58ba Author:vinnie Date:

hg: jdk8/tl/jdk: 4858457: File.getCanonicalPath() throws IOException when invoked with nul (win)

2013-08-15 Thread dan . xu
Changeset: 5bb196aa183c Author:dxu Date: 2013-08-15 12:36 -0700 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/5bb196aa183c 4858457: File.getCanonicalPath() throws IOException when invoked with nul (win) Reviewed-by: alanb ! src/windows/native/java/io/canonicalize_md.c !

hg: jdk8/tl/jdk: 8017109: Cleanup overrides warning in src/solaris/classes/sun/print/AttributeClass.java

2013-08-15 Thread dan . xu
Changeset: 0d27309a87e0 Author:dxu Date: 2013-08-15 14:11 -0700 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/0d27309a87e0 8017109: Cleanup overrides warning in src/solaris/classes/sun/print/AttributeClass.java Reviewed-by: jgodinez !

hg: jdk8/tl/jdk: 8019401: Collectors.collectingAndThen

2013-08-15 Thread henry . jen
Changeset: 5649837a4cfa Author:briangoetz Date: 2013-08-12 12:06 -0400 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/5649837a4cfa 8019401: Collectors.collectingAndThen Reviewed-by: mduigou Contributed-by: brian.go...@oracle.com !