/hg/release/icedtea6-1.7: Added patch which fixes bug #6853592 i...
ptisnovs at icedtea.classpath.org
ptisnovs at icedtea.classpath.org
Mon Oct 18 02:53:20 PDT 2010
changeset 35325772e106 in /hg/release/icedtea6-1.7
details: http://icedtea.classpath.org/hg/release/icedtea6-1.7?cmd=changeset;node=35325772e106
author: ptisnovs
date: Mon Oct 18 11:57:40 2010 +0200
Added patch which fixes bug #6853592 introduced by another patch
6678385.patch
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 11ee55e1c9b4 -r 35325772e106 ChangeLog
--- a/ChangeLog Wed Oct 13 01:27:29 2010 +0100
+++ b/ChangeLog Mon Oct 18 11:57:40 2010 +0200
@@ -1,3 +1,9 @@ 2010-10-13 Andrew John Hughes <ahughes
+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-13 Andrew John Hughes <ahughes at redhat.com>
* NEWS:
diff -r 11ee55e1c9b4 -r 35325772e106 Makefile.am
--- a/Makefile.am Wed Oct 13 01:27:29 2010 +0100
+++ b/Makefile.am Mon Oct 18 11:57:40 2010 +0200
@@ -369,7 +369,8 @@ ICEDTEA_PATCHES = \
patches/fonts-rhel.patch \
patches/openjdk/6638712-wildcard_types.patch \
patches/openjdk/6650759-missing_inference.patch \
- patches/numa_on_early_glibc.patch
+ patches/numa_on_early_glibc.patch \
+ patches/openjdk/6853592-badwindow-warning-fix.patch
if WITH_ALT_HSBUILD
ICEDTEA_PATCHES += patches/hotspot/$(HSBUILD)/openjdk-6886353-ignore_deoptimizealot.patch \
diff -r 11ee55e1c9b4 -r 35325772e106 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 Mon Oct 18 11:57:40 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