/hg/release/icedtea6-1.8: Added missed patch (unfortunately hg a...
ptisnovs at icedtea.classpath.org
ptisnovs at icedtea.classpath.org
Mon Oct 18 02:50:13 PDT 2010
changeset 666f6453befc in /hg/release/icedtea6-1.8
details: http://icedtea.classpath.org/hg/release/icedtea6-1.8?cmd=changeset;node=666f6453befc
author: ptisnovs
date: Mon Oct 18 11:54:21 2010 +0200
Added missed patch (unfortunately hg addremove didn't work as I
expected).
diffstat:
1 file changed, 16 insertions(+)
patches/openjdk/6853592-badwindow-warning-fix.patch | 16 ++++++++++++++++
diffs (20 lines):
diff -r e7546eadcbe4 -r 666f6453befc 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:54:21 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