sync of jdk7u60 master -> jdk7u-dev complete

2014-04-03 Thread Rob McKenna
A belated notice to say that tags from the 7u60 forest have been pushed to 7u-dev. (along with some errant changesets pushed to the wrong repo) -Rob

hg: jdk7u/jdk7u60-dev/jdk: 8034181: SIGBUS in SctpChannelImpl receive

2014-04-03 Thread rob . mckenna
Changeset: a7f1881673cd Author:chegar Date: 2014-03-26 20:35 + URL: http://hg.openjdk.java.net/jdk7u/jdk7u60-dev/jdk/rev/a7f1881673cd 8034181: SIGBUS in SctpChannelImpl receive Reviewed-by: alanb, dsamersoff ! src/solaris/native/sun/nio/ch/SctpChannelImpl.c + test/com/sun/nio/s

hg: jdk7u/jdk7u60-dev/hotspot: 8037340: Linux semaphores to use CLOCK_REALTIME

2014-04-03 Thread rob . mckenna
Changeset: ee4082d91402 Author:mgronlun Date: 2014-03-27 15:12 +0100 URL: http://hg.openjdk.java.net/jdk7u/jdk7u60-dev/hotspot/rev/ee4082d91402 8037340: Linux semaphores to use CLOCK_REALTIME Reviewed-by: dholmes, sla ! src/os/linux/vm/os_linux.cpp

Re: [7u80] Request for approval for CR 7142035 - assert in j.l.instrument agents during shutdown when daemon thread is running

2014-04-03 Thread dalibor.to...@oracle.com
Approved for jdk7u-dev. -- Oracle Dalibor Topic | Principal Product Manager Phone: +494089091214 | Mobile:+491737185961 Oracle Java Platform Group ORACLE Deutschland B.V. & Co. KG | Kühnehöfe 5 | 22761 Hamburg ORACLE Deutschland B.V. & Co. KG Hauptverwaltung: Riesstr. 25

hg: jdk7u/jdk7u-dev/jdk: 8019990: IM candidate window appears on the South-East corner of the display.

2014-04-03 Thread andrew . brygin
Changeset: 81ae652d99e3 Author:bae Date: 2014-04-03 17:09 +0400 URL: http://hg.openjdk.java.net/jdk7u/jdk7u-dev/jdk/rev/81ae652d99e3 8019990: IM candidate window appears on the South-East corner of the display. Reviewed-by: bagiras, serb ! src/windows/native/sun/windows/awt_Compone

[7u80] Request for approval for CR 7142035 - assert in j.l.instrument agents during shutdown when daemon thread is running

2014-04-03 Thread Andreas Eriksson
Hi, Requesting approval for a backport of JDK-7142035 from JDK8 to 7u80. If you use a java.lang.instrument agent trying to instrument a java application with a daemon thread, you could trigger an assert inside the JPLIS code. The changeset imported cleanly from jdk8. Bug: https://bugs.openjdk

Re: [7u-dev] Request for approval: 8019990: IM candidate window appears on the South-East corner of the display.

2014-04-03 Thread dalibor.to...@oracle.com
approved for jdk7u-dev -- Oracle Dalibor Topic | Principal Product Manager Phone: +494089091214 | Mobile:+491737185961 Oracle Java Platform Group ORACLE Deutschland B.V. & Co. KG | Kühnehöfe 5 | 22761 Hamburg ORACLE Deutschland B.V. & Co. KG Hauptverwaltung: Riesstr. 25,

[7u-dev] Request for approval: 8019990: IM candidate window appears on the South-East corner of the display.

2014-04-03 Thread Andrew Brygin
Hello, please approve an identical backport of the fix to jdk7u-dev. The bug: https://bugs.openjdk.java.net/browse/JDK-8019990 The review thread: http://mail.openjdk.java.net/pipermail/awt-dev/2014-April/007420.html The jdk9 changeset: http://hg.openjdk.java.net/jdk9/client/jdk/rev/e83692abf6ab

hg: jdk7u/jdk7u-dev/jdk: 8013611: Modal dialog fails to obtain keyboard focus

2014-04-03 Thread anton . litvinov
Changeset: ce010eec02e6 Author:dmarkov Date: 2014-04-03 11:37 +0400 URL: http://hg.openjdk.java.net/jdk7u/jdk7u-dev/jdk/rev/ce010eec02e6 8013611: Modal dialog fails to obtain keyboard focus Reviewed-by: leonidr ! src/share/classes/java/awt/KeyboardFocusManager.java + test/java/awt/