Re: [OpenJDK 2D-Dev] Deadlock in SunGraphicsEnvironment / FontManager?

2009-10-02 Thread Jeremy Manson
:) Jeremy On Thu, Oct 1, 2009 at 3:18 PM, Phil Race wrote: > > > Jeremy Manson wrote: >> >> Does anyone have any thoughts about this?  If we were to make up a >> patch, would you take it? > > In summary the situation looks like this, (although your dumps

Re: [OpenJDK 2D-Dev] Deadlock in SunGraphicsEnvironment / FontManager?

2009-10-01 Thread Jeremy Manson
ks in it to cause a deadlock, and 2) This is in the font code, and you can use fonts for things other than drawing to the screen (in this case, they are trying to render a PDF). Jeremy On Wed, Sep 23, 2009 at 5:16 PM, Jeremy Manson wrote: > Hi 2d folks, > > We have an application runni

[OpenJDK 2D-Dev] Deadlock in SunGraphicsEnvironment / FontManager?

2009-09-23 Thread Jeremy Manson
Hi 2d folks, We have an application running on OpenJDK6 that seems to be deadlocking in SunGraphicsEnvironment. I found it rather difficult to write a cut-down reproduction, but the errant lock acquisition is on line 482 of SunGraphicsEnvironment.java.: http://hg.openjdk.java.net/jdk6/jdk6-gate/