hg: jdk8/tl/jdk: 2 new changesets

2013-10-03 Thread paul . sandoz
Changeset: 811c35a6a58f Author:psandoz Date: 2013-10-02 16:34 +0200 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/811c35a6a58f 8025534: Unsafe typecast in java.util.stream.Streams.Nodes 8025538: Unsafe typecast in java.util.stream.SpinedBuffer 8025533: Unsafe typecast in java.uti

hg: jdk8/tl/jdk: 8009213: sun/management/jdp/JdpTest.sh fails with exit code 1

2013-10-03 Thread dmitry . samersoff
Changeset: 5d6dc0cba08f Author:dsamersoff Date: 2013-10-03 16:54 +0400 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/5d6dc0cba08f 8009213: sun/management/jdp/JdpTest.sh fails with exit code 1 Summary: There's no guarantee that the java process has executed far enough to be found

hg: jdk8/tl/jdk: 8025738: locale related test fails on langtools mac 10.7 test host

2013-10-03 Thread alexander . zuev
Changeset: 9c32a9490eac Author:kizune Date: 2013-10-03 17:40 +0400 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/9c32a9490eac 8025738: locale related test fails on langtools mac 10.7 test host Reviewed-by: ksrini ! test/tools/launcher/DiacriticTest.java

Re: [8] Request for review: 8008296: keytool utility doesn't support '-importpassword' command

2013-10-03 Thread Vincent Ryan
Thanks for the comments - I'm just returning to this following JavaOne. I've updated the Help messages to add a separate section for '-importpass' and I've reverted the prompt to its previous value: 'Enter the password to be stored'. Let me know if there are any other issues. Otherwise I'd like

Re: [8] Request for review: 8008296: keytool utility doesn't support '-importpassword' command

2013-10-03 Thread Weijun Wang
I don't have other issues. Have you updated the webrev? I see no change. --Max On 10/3/13 9:57 PM, Vincent Ryan wrote: Thanks for the comments - I'm just returning to this following JavaOne. I've updated the Help messages to add a separate section for '-importpass' and I've reverted the prompt

Re: [8] Request for review: 8008296: keytool utility doesn't support '-importpassword' command

2013-10-03 Thread Vincent Ryan
Sorry. I've just refreshed it now: http://cr.openjdk.java.net/~vinnie/8008296/webrev.00 On 3 Oct 2013, at 15:08, Weijun Wang wrote: > I don't have other issues. Have you updated the webrev? I see no change. > > --Max > > On 10/3/13 9:57 PM, Vincent Ryan wrote: >> Thanks for the comments -

hg: jdk8/tl/jdk: 8010433: Remove lambda metafactory work-around to JDK-8005119

2013-10-03 Thread robert . field
Changeset: 8d8b809dd294 Author:rfield Date: 2013-10-03 10:23 -0700 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/8d8b809dd294 8010433: Remove lambda metafactory work-around to JDK-8005119 Summary: Restore invokespecial to lambda metafactory Reviewed-by: ksrini ! src/share/classes

hg: jdk8/tl/jdk: 8020849: jdk/lambda/vm/DefaultMethodsTest.java

2013-10-03 Thread robert . field
Changeset: 1b3616c4a836 Author:rfield Date: 2013-10-03 11:26 -0700 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/1b3616c4a836 8020849: jdk/lambda/vm/DefaultMethodsTest.java Summary: Bridge generation has been removed from the VM. Fix is to remove tests that no longer make sense.

hg: jdk8/tl/jdk: 2 new changesets

2013-10-03 Thread roger . riggs
Changeset: 01b8604e8268 Author:rriggs Date: 2013-08-22 10:01 -0700 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/01b8604e8268 8024896: Refactor java.time serialization tests into separate subpackage Summary: Move serialization tests to .serial subpackage Reviewed-by: sherman Contr

Re: [concurrency-interest] FutureTask.cancel(true) should run thread.interrupt within doPrivileged

2013-10-03 Thread √iktor Ҡlang
My ignorance made me surprised that this wasn't the default of the Thread.interrupt method. Cheers, √ On Wed, Oct 2, 2013 at 7:02 PM, Doug Lea wrote: > On 10/02/2013 12:29 PM, Martin Buchholz wrote: > >> FutureTask.cancel(true) invokes thread.interrupt on the thread (if any) >> currently runni

Re: [8] Request for review: 8008296: keytool utility doesn't support '-importpassword' command

2013-10-03 Thread Weijun Wang
This looks fine. Thanks Max On 10/3/13 11:26 PM, Vincent Ryan wrote: Sorry. I've just refreshed it now: http://cr.openjdk.java.net/~vinnie/8008296/webrev.00 On 3 Oct 2013, at 15:08, Weijun Wang wrote: I don't have other issues. Have you updated the webrev? I see no change. --Max On

hg: jdk8/tl/langtools: 8025118: Annotation processing api returns default modifier for interface without default methods

2013-10-03 Thread jan . lahoda
Changeset: c13305cf8528 Author:jlahoda Date: 2013-10-04 08:29 +0200 URL: http://hg.openjdk.java.net/jdk8/tl/langtools/rev/c13305cf8528 8025118: Annotation processing api returns default modifier for interface without default methods Summary: TypeElement.getModifiers() should not co