hg: jdk8/tl/jdk: 7201151: Fix Contribution : Java cannot get Windows's IME name correctly

2012-10-04 Thread yuka . kamiya
Changeset: 8692e14b8ea8 Author:peytoia Date: 2012-10-04 18:05 +0900 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/8692e14b8ea8 7201151: Fix Contribution : Java cannot get Windows's IME name correctly Reviewed-by: okutsu ! src/windows/native/sun/windows/awt_InputMethod.cpp

hg: jdk8/tl/jdk: 2 new changesets

2012-10-04 Thread vincent . x . ryan
Changeset: 344f0acff085 Author:vinnie Date: 2012-02-14 11:18 + URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/344f0acff085 7133495: [macosx] KeyChain KeyStore implementation retrieves only one private key entry Reviewed-by: weijun ! src/macosx/native/apple/security/KeystoreIm

hg: jdk8/tl/langtools: 7177387: Add target-typing support in method context

2012-10-04 Thread maurizio . cimadamore
Changeset: 1408af4cd8b0 Author:mcimadamore Date: 2012-10-04 13:04 +0100 URL: http://hg.openjdk.java.net/jdk8/tl/langtools/rev/1408af4cd8b0 7177387: Add target-typing support in method context Summary: Add support for deferred types and speculative attribution Reviewed-by: jjg, dlsmi

RFR S: 7127792 Add the ability to change an existing PeriodicTask's execution interval

2012-10-04 Thread Rickard Bäckman
Hi all, can I please have a couple of reviews on the following change: http://cr.openjdk.java.net/~rbackman/7127792/ http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=7127792 In short the purpose is to enable tasks to change the interval they are executed in. We would also like to be able to

Re: jmx-dev Review Request: 7195779 javax/management/remote/mandatory/threads/ExecutorTest.java fail intermittently

2012-10-04 Thread Jaroslav Bachorik
On Tue 02 Oct 2012 03:38:13 PM CEST, Alan Bateman wrote: > On 02/10/2012 09:33, Jaroslav Bachorik wrote: >> : >> The generated TIE class is inherently thread-unsafe. The internal state >> (the target field) can be manipulated without any enforced >> synchronization - eg. it is valid to set the targ

Re: jmx-dev Review Request: 7195779 javax/management/remote/mandatory/threads/ExecutorTest.java fail intermittently

2012-10-04 Thread Alan Bateman
On 04/10/2012 16:28, Jaroslav Bachorik wrote: : This is a follow-up. I've prepared the patch and put it on github - https://github.com/jbachorik/openjdk-patches/tree/master/webrevs/7195779 I wonder who else should be included in the review process since I am changing the IIOP generator code. Als

Re: jmx-dev Review Request: 7195779 javax/management/remote/mandatory/threads/ExecutorTest.java fail intermittently

2012-10-04 Thread Jaroslav Bachorik
On Thu 04 Oct 2012 05:42:15 PM CEST, Alan Bateman wrote: > On 04/10/2012 16:28, Jaroslav Bachorik wrote: >> : >> This is a follow-up. I've prepared the patch and put it on github - >> https://github.com/jbachorik/openjdk-patches/tree/master/webrevs/7195779 >> >> I wonder who else should be included

Re: jmx-dev Review Request: 7195779 javax/management/remote/mandatory/threads/ExecutorTest.java fail intermittently

2012-10-04 Thread Seán Coffey
Looks ok to me too Jaraslav, Corba tests are sadly lacking. I can run this through a testsuite which QA team use. regards, Sean. On 04/10/2012 16:42, Alan Bateman wrote: On 04/10/2012 16:28, Jaroslav Bachorik wrote: : This is a follow-up. I've prepared the patch and put it on github - https

hg: jdk8/tl/jdk: 7196799: CLDR adapter can not be invoked when region code is specified in Locale; ...

2012-10-04 Thread naoto . sato
Changeset: c6a0b13e6efa Author:naoto Date: 2012-10-04 10:04 -0700 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/c6a0b13e6efa 7196799: CLDR adapter can not be invoked when region code is specified in Locale 7197573: java/util/Locale/LocaleProviders.sh failed. Reviewed-by: okutsu !

hg: jdk8/tl/jdk: 7184932: Remove the temporary Selector usage in the NIO socket adapters

2012-10-04 Thread rob . mckenna
Changeset: bba370caafad Author:robm Date: 2012-10-04 19:53 +0100 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/bba370caafad 7184932: Remove the temporary Selector usage in the NIO socket adapters Reviewed-by: alanb ! make/java/nio/mapfile-bsd ! make/java/nio/mapfile-linux ! make/

hg: hsx/hotspot-rt/hotspot: 2 new changesets

2012-10-04 Thread coleen . phillimore
Changeset: ba8fd2fe198b Author:coleenp Date: 2012-10-04 08:38 -0400 URL: http://hg.openjdk.java.net/hsx/hotspot-rt/hotspot/rev/ba8fd2fe198b 7198519: Broken build, hotspot-rt win USE_PRECOMPILED_HEADER=0 Summary: Uncommented out include for sys/stat.h and deleted include statements

hg: hsx/hotspot-rt/hotspot: 2 new changesets

2012-10-04 Thread david . holmes
Changeset: 48087f745a86 Author:dholmes Date: 2012-10-04 19:52 -0400 URL: http://hg.openjdk.java.net/hsx/hotspot-rt/hotspot/rev/48087f745a86 7199186: runtime/7194254/Test7194254.java fails - wrong test name on @run Reviewed-by: kvn, twisti ! test/runtime/7194254/Test7194254.java Ch

hg: jdk8/tl/jdk: 2 new changesets

2012-10-04 Thread naoto . sato
Changeset: cd4f181eb666 Author:naoto Date: 2012-10-04 21:03 -0700 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/cd4f181eb666 7200119: Collator.getAvailableLocales() doesn't return Locale.US Reviewed-by: okutsu ! src/share/classes/sun/util/locale/provider/JRELocaleProviderAdapter.