/hg/icedtea6: Added patch which fixes bug #6853592
ptisnovs at icedtea.classpath.org
ptisnovs at icedtea.classpath.org
Fri Oct 15 07:28:21 PDT 2010
changeset 12902038b45b in /hg/icedtea6
details: http://icedtea.classpath.org/hg/icedtea6?cmd=changeset;node=12902038b45b
author: ptisnovs
date: Fri Oct 15 15:32:50 2010 +0200
Added patch which fixes bug #6853592
diffstat:
3 files changed, 24 insertions(+), 1 deletion(-)
ChangeLog | 6 ++++++
Makefile.am | 3 ++-
patches/openjdk/6853592-badwindow-warning-fix.patch | 16 ++++++++++++++++
diffs (46 lines):
diff -r 519a6f970eba -r 12902038b45b ChangeLog
--- a/ChangeLog Thu Oct 14 15:59:52 2010 -0400
+++ b/ChangeLog Fri Oct 15 15:32:50 2010 +0200
@@ -1,3 +1,9 @@ 2010-10-14 Omair Majid <omajid at redhat.
+2010-10-15 Pavel Tisnovsky <ptisnovs at redhat.com>
+
+ * patches/openjdk/6853592-BadWindow-warning-fix.patch:
+ Added patch which fixes bug #6853592 introduced by another patch
+ 6678385-window_movement_crasher.patch
+
2010-10-14 Omair Majid <omajid at redhat.com>
Fixes PR565
diff -r 519a6f970eba -r 12902038b45b Makefile.am
--- a/Makefile.am Thu Oct 14 15:59:52 2010 -0400
+++ b/Makefile.am Fri Oct 15 15:32:50 2010 +0200
@@ -324,7 +324,8 @@ ICEDTEA_PATCHES += \
patches/shark-debug-option.patch \
patches/icedtea-shark.patch \
patches/icedtea-linux-separate-debuginfo.patch \
- patches/openjdk/6951319-sparc_build_fixes.patch
+ patches/openjdk/6951319-sparc_build_fixes.patch \
+ patches/openjdk/6853592-badwindow-warning-fix.patch
endif
if WITH_RHINO
diff -r 519a6f970eba -r 12902038b45b patches/openjdk/6853592-badwindow-warning-fix.patch
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/patches/openjdk/6853592-badwindow-warning-fix.patch Fri Oct 15 15:32:50 2010 +0200
@@ -0,0 +1,16 @@
+--- openjdk.orig/jdk/src/solaris/classes/sun/awt/X11/XToolkit.java 2010-07-15 10:28:21.896105637 -0400
++++ openjdk/jdk/src/solaris/classes/sun/awt/X11/XToolkit.java 2010-07-15 10:30:45.039232001 -0400
+@@ -298,13 +298,6 @@
+ if (log.isLoggable(Level.FINE)) {
+ dumpPeers();
+ }
+-
+- awtLock();
+- try {
+- XlibWrapper.XSetErrorHandler(saved_error_handler);
+- } finally {
+- awtUnlock();
+- }
+ }
+ });
+ }
More information about the distro-pkg-dev
mailing list