Re: Need reviewer: regression in control builds, workaround fix

2010-06-25 Thread Xueming Shen
yes. sun.nio.cs.ext should be completely in charsets.jar. Ulf Zibis wrote: The reason seems to be, that HKSCS is in rt.jar (build b84), which should not be there: rt.jar!sun.nio.cs.ext.png Anyway, shouldn't sun.nio.cs.ext be completely in charsets.jar ? Sherman ? -Ulf Am 25.06.2010 01:51,

hg: jdk7/tl/jdk: 2 new changesets

2010-06-25 Thread alan . bateman
Changeset: 6bf403a14da4 Author:alanb Date: 2010-06-25 18:31 +0100 URL: http://hg.openjdk.java.net/jdk7/tl/jdk/rev/6bf403a14da4 6963828: TEST_BUG: java/nio/channels/FileTransfer.java takes too long (win) Reviewed-by: chegar ! test/java/nio/channels/FileChannel/Transfer.java Changes

hg: jdk7/tl/jdk: 6964311: Build regression due to rt.jar contents change

2010-06-25 Thread kelly . ohair
Changeset: 2e9ef9a80d82 Author:ohair Date: 2010-06-25 08:44 -0700 URL: http://hg.openjdk.java.net/jdk7/tl/jdk/rev/2e9ef9a80d82 6964311: Build regression due to rt.jar contents change Summary: The fix for 6933622 regressed control builds, this is a workaround fix, filed 6964313 to f

Re: Need reviewer: regression in control builds, workaround fix

2010-06-25 Thread Ulf Zibis
The reason seems to be, that HKSCS is in rt.jar (build b84), which should not be there: Anyway, shouldn't sun.nio.cs.ext be completely in charsets.jar ? Sherman ? -Ulf Am 25.06.2010 01:51, schrieb Kelly O'Hair: Joe, Looks like I need to undo the removal of the sun/nio/cs/ext classes

Re: Need reviewer: regression in control builds, workaround fix

2010-06-25 Thread Alan Bateman
Kelly O'Hair wrote: Joe, Looks like I need to undo the removal of the sun/nio/cs/ext classes from rt.jar (they supposedly belonged in charsets.jar). Control builds of jdk7-tl are broken. I agree that backing this out for now is the right thing to do. Also, it might not matter anyway because o

hg: jdk7/tl/langtools: 6911258: Project Coin: Add essential API support for Automatic Resource Management (ARM) blocks

2010-06-25 Thread joe . darcy
Changeset: be5cafeb318d Author:darcy Date: 2010-06-23 16:51 -0700 URL: http://hg.openjdk.java.net/jdk7/tl/langtools/rev/be5cafeb318d 6911258: Project Coin: Add essential API support for Automatic Resource Management (ARM) blocks Reviewed-by: darcy, alanb Contributed-by: j...@google