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
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
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
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/
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.
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
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