hg: jdk7u/jdk7u-dev/jdk: 8012615: Realm.getRealmsList returns realms list in wrong

2013-09-25 Thread weijun . wang
Changeset: 02c400654a20 Author:weijun Date: 2013-09-18 18:22 +0800 URL: http://hg.openjdk.java.net/jdk7u/jdk7u-dev/jdk/rev/02c400654a20 8012615: Realm.getRealmsList returns realms list in wrong Reviewed-by: valeriep, xuelei ! src/share/classes/sun/security/krb5/Realm.java ! src/sha

fix for JDK-8019274 Java 7u25, 7u40, 6u51 RMI bug with SwingUtilities.invokeLater() and SwingUtilities.invokeAndWait()

2013-09-25 Thread uinerd
Here is the workaround, packaged in a utility class. (You'll need to include the jnlp.jar in your project.) Replace all your calls to invokeLater() and invokeAndWait() with JreUtils.invokeNowOrLater() and JreUtils.invokeNowOrWait(). It's not a perfect solution, but if your web start app is offlin

Re: [7u-dev] Request for approval for CR 8004032 [TEST_BUG] [macosx] There is no effect when double clicking on the Icon, after right clicking on the Icon and the Icon disappear

2013-09-25 Thread Dalibor Topic
On 9/25/13 5:57 AM, Konstantin Shefov wrote: > Hello, > > Please approva a direct backport from jdk 8: > > 8004032 [TEST_BUG] [macosx] There is no effect when double clicking on the > Icon, after right clicking on the Icon and the Icon disappear > > Test bug fix. Move from closed repo. > > Rev

Re: [7u-dev] Request for approval for 6889597

2013-09-25 Thread Dalibor Topic
On 9/25/13 7:12 AM, Vladimir Kempik wrote: > Hello all, > I need to push exactly the same changes that were done for jdk8 to jdk7: > > bug: http://bugs.sun.com/view_bug.do?bug_id=6889597 > Webrev: http://cr.openjdk.java.net/~vkempik/6889597/webrev.00/ > Changeset: http://hg.openjdk.java.net/jdk8/

[7u-dev] Request for approval for 6889597

2013-09-25 Thread Vladimir Kempik
Hello all, I need to push exactly the same changes that were done for jdk8 to jdk7: bug: http://bugs.sun.com/view_bug.do?bug_id=6889597 Webrev: http://cr.openjdk.java.net/~vkempik/6889597/webrev.00/ Changeset: http://hg.openjdk.java.net/jdk8/jdk8/jdk/rev/8e8fcd44b963 Thanks, Vladimir.

[7u-dev] Request for approval for CR 8004032 [TEST_BUG] [macosx] There is no effect when double clicking on the Icon, after right clicking on the Icon and the Icon disappear

2013-09-25 Thread Konstantin Shefov
Hello, Please approva a direct backport from jdk 8: 8004032 [TEST_BUG] [macosx] There is no effect when double clicking on the Icon, after right clicking on the Icon and the Icon disappear Test bug fix. Move from closed repo. Reviewed-by: serb, anthony http://bugs.sun.com/view_bug.do?bug_id

hg: jdk7u/jdk7u-dev/jdk: 8015599: [TEST_BUG] [macosx] Test closed/javax/swing/Popup/TaskbarPositionTest.java fails since JDK 8 b75 on MacOSX

2013-09-25 Thread konstantin . shefov
Changeset: 393f837e828c Author:kshefov Date: 2013-09-25 10:56 +0400 URL: http://hg.openjdk.java.net/jdk7u/jdk7u-dev/jdk/rev/393f837e828c 8015599: [TEST_BUG] [macosx] Test closed/javax/swing/Popup/TaskbarPositionTest.java fails since JDK 8 b75 on MacOSX Reviewed-by: alexsch, serb