Hi Anthony,
I think the given bugfix is:

diff -r 0cc00c11e17e src/solaris/classes/sun/awt/X11/XSelection.java
--- a/src/solaris/classes/sun/awt/X11/XSelection.java Tue Sep 10 20:42:15 2013 +0400 +++ b/src/solaris/classes/sun/awt/X11/XSelection.java Fri Oct 04 15:32:36 2013 +0400
@@ -375,7 +375,7 @@
                                 XToolkit.awtUnlock();
                             }

-                            validateDataGetter(dataGetter);
+                            validateDataGetter(incrDataGetter);

                             if (incrDataGetter.getActualFormat() != 8) {
throw new IOException("Unsupported data format: " +

It looks like we validating a wrong dataGetter.

--
Thanks,
Alexander.

On 10/04/2013 02:29 PM, Artem Ananiev wrote:

On 9/25/2013 2:46 PM, Jiaz wrote:
Hi,
could anyone with commit rights please apply the given bugfix in
http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=7107490

I don't see "the given bugfix", probably it was stripped by OpenJDK mailer... According to the bug report, it's considered to be a duplicate of another one:

https://bugs.openjdk.java.net/browse/JDK-7199196

JDK-7199196: Incremental transfer is broken because of a typo

Thanks,

Artem

Best Regards,
Daniel Wilhelm, JDownloader-Team

Reply via email to