Re: [OpenJDK 2D-Dev] Request to backport fix for 6708392 to openjdk6

2009-09-11 Thread Mark Wielaard
On Thu, 2009-09-10 at 18:01 -0700, Martin Buchholz wrote: > Hi SunToolkit.setOverrideRedirect team, Hi Martin, > Google engineers have found that > 6708392: Provide internal API to create OverrideRedirect windows, XToolkit > is a showstopper bug, > (for folks using NX on Windows or Mac) > and tha

Re: [OpenJDK 2D-Dev] Bug in pisces Stroker (div by zero)

2009-06-04 Thread Mark Wielaard
Hi, On Fri, 2008-11-21 at 22:51 +0100, Mark Wielaard wrote: > There is a bug in the pisces Stroker in finish(). When ldx and ldy are > so small (zero) that lineLength() will return zero, then you will get a > div by zero exception. > > You can see this with for example this webst

Re: [OpenJDK 2D-Dev] Bug in pisces Renderer (uninitialized crossings)

2009-06-04 Thread Mark Wielaard
Hi Igor and Alexey, On Thu, 2008-11-20 at 18:32 +0100, Mark Wielaard wrote: > On Thu, 2008-11-13 at 20:33 +0300, Igor Nekrestyanov wrote: > > your patch looks ok to me but i am not expert in pisces. > > > > Alexey Ushakov, who is our expert in pisces should have returned fro

Re: [OpenJDK 2D-Dev] freetype version check (2.3.0 -> 2.2.1)

2009-06-04 Thread Mark Wielaard
Hi Phil, Hi Igor, On Mon, 2009-05-04 at 21:57 +0200, Mark Wielaard wrote: > On Mon, 2009-05-04 at 12:34 -0700, Phil Race wrote: > > Igor did the freetype work and in he commented in email on 23rd July 2007 : > > > > > - Changed required freetype version from 2.3.4 to

Re: [OpenJDK 2D-Dev] freetype version check (2.3.0 -> 2.2.1)

2009-05-04 Thread Mark Wielaard
Hi Phil, On Mon, 2009-05-04 at 12:34 -0700, Phil Race wrote: > Igor did the freetype work and in he commented in email on 23rd July 2007 : > > > - Changed required freetype version from 2.3.4 to 2.3.0 > >(it did compile with 2.2.1 too for me but Font2DTest was showing garbage > > and

[OpenJDK 2D-Dev] freetype version check (2.3.0 -> 2.2.1)

2009-05-04 Thread Mark Wielaard
e now. The following patch moves the required version down. I have used this in icedtea to build on older installs for a while. 2009-05-04 Mark Wielaard * Makefile.am (ICEDTEA_PATCHES): Add icedtea-freetypeversion.patch. * patches/icedtea-freetypeversion.patch: New patch. * HA

Re: [OpenJDK 2D-Dev] Dashed line bug

2009-02-18 Thread Mark Wielaard
Hi Hiroshi, On Tue, 2009-02-17 at 16:04 -0800, Hiroshi Yamauchi wrote: > I think I found a bug in the dashed line rendering (i.e., an > incompatibility with Sun JDK) and a fix with a test. > The problem was the difference in the interpretation of the float > array which defines the pattern of dash

Re: [OpenJDK 2D-Dev] Still waiting for review

2008-12-08 Thread Mark Wielaard
Hi Martin, On Mon, 2008-12-08 at 13:04 +0100, Martin von Gagern wrote: > Mark Wielaard wrote: > > Martin, if you like we can use IcedTea http://icedtea.classpath.org/ as > > staging area for these fixes. That is what I do after testing. The above > > two fixes are already in

Re: [OpenJDK 2D-Dev] Still waiting for review

2008-12-08 Thread Mark Wielaard
Hi, Same issue here as Martin. The following two patches are still waiting: http://article.gmane.org/gmane.comp.java.openjdk.2d.devel/537 http://article.gmane.org/gmane.comp.java.openjdk.2d.devel/498 > Im feeling pretty frustrated by this. After all, I'm donating the work I > invested in fixing t

Re: [OpenJDK 2D-Dev] JVM Crash: printing character \u0DDD in Swing app

2008-12-05 Thread Mark Wielaard
Hi Phil, On Fri, 2008-12-05 at 01:11 -0800, Phil Race wrote: > I'm not familiar with the ICU mailing lists. > I just highlighted it to a couple of ICU developers, at least one of > whom is on this list. Thanks. Just wanted to make sure I am on the right list (*) since I did see this issue also.

Re: [OpenJDK 2D-Dev] JVM Crash: printing character \u0DDD in Swing app

2008-12-05 Thread Mark Wielaard
Hi Phil, On Thu, 2008-12-04 at 10:46 -0800, Phil Race wrote: > I'm not sure what's going on. I don't think its specific to Ubuntu, although > I didn't see a crash on anything other than Linux, nor do I think its > specific to any particular font. I think its in the Indic character > processing. I'

[OpenJDK 2D-Dev] Bug in pisces Stroker (div by zero)

2008-11-21 Thread Mark Wielaard
IcedTea to make this work reliably: 2008-11-21 Mark Wielaard <[EMAIL PROTECTED]> * patches/icedtea-stroker-finish.patch: New patch. * Makefile.am (ICEDTEA_PATCHES): Add new patch. * HACKING: Document new patch. Cheers, Mark --- openjdk6/jdk/src/share/classes/sun/java2d/

Re: [OpenJDK 2D-Dev] Bug in pisces Renderer (uninitialized crossings)

2008-11-20 Thread Mark Wielaard
at it. If I can help with any review, by clarifying anything, please let me know. Cheers, Mark > >>> Attached is the workaround that I checked into IcedTea to make this work > >>> reliably: > >>> > >>> 2008-10-27 Mark Wielaard <[EMAIL PROTECT

Re: [OpenJDK 2D-Dev] Bug in pisces Renderer (uninitialized crossings)

2008-11-13 Thread Mark Wielaard
Hi, On Tue, 2008-11-04 at 10:30 +0100, Mark Wielaard wrote: > If anybody would take a look at this fix that would be appreciated. Anybody? > On Mon, 2008-10-27 at 15:53 +0100, Mark Wielaard wrote: > > There is a bug in the pisces Renderer in crossingListFinished(). Both >

Re: [OpenJDK 2D-Dev] [PATCH] Memory leak in LCMS.c

2008-11-07 Thread Mark Wielaard
Hi Roman, On Thu, 2008-11-06 at 21:36 +0100, Roman Kennke wrote: > I found a memory leak in LCMS.c, where one ReleaseByteArrayElements() > call is missing in loadProfile(). I think the IcedTea people discovered > this independently and already included that in IcedTea and I believe > also in OpenJ

Re: [OpenJDK 2D-Dev] Bad component spacing

2008-11-07 Thread Mark Wielaard
=227 I have imported the patch into IcedTea6 and tested that it fixes the mentioned issues: 2008-10-29 Mark Wielaard <[EMAIL PROTECTED]> * patches/icedtea-6761856-freetypescaler.patch: New patch. * Makefile.am (ICEDTEA_PATCHES): Add new patch. * HACKING: Document new patch. Cheers, Mark

Re: [OpenJDK 2D-Dev] Bug in pisces Renderer (uninitialized crossings)

2008-11-04 Thread Mark Wielaard
Hi, If anybody would take a look at this fix that would be appreciated. Thanks, Mark On Mon, 2008-10-27 at 15:53 +0100, Mark Wielaard wrote: > There is a bug in the pisces Renderer in crossingListFinished(). Both > crossings and crossingIndices might not have been initialized, so have &

[OpenJDK 2D-Dev] Bug in pisces Renderer (uninitialized crossings)

2008-10-27 Thread Mark Wielaard
2422) at org.jfree.chart.plot.Plot.fillBackground(Plot.java:1021) [...] Attached is the workaround that I checked into IcedTea to make this work reliably: 2008-10-27 Mark Wielaard <[EMAIL PROTECTED]> * patches/icedtea-renderer-crossing.patch: New patch. * Makefile.am (ICEDTEA_P