Fix is ok with me.
Here is the process description for openjdk6 -
http://j2se.sfbay/web/bin/view/CoreTech/OpenJDK6
-igor
On 3/3/10 7:01 AM, Roman Kennke wrote:
This is the fix for the deadlock problem in
SunGraphicsEnvironment/FontManager backported to OpenJDK6. It is
slightly different from
This is the fix for the deadlock problem in
SunGraphicsEnvironment/FontManager backported to OpenJDK6. It is
slightly different from the OpenJDK7 version due to the restructured
font manager, but the basic idea is the same: instead of sync'ing on 2
different lock objects (with the potential of ente
Changeset: 840601ac5ab7
Author:rkennke
Date: 2010-03-03 15:50 +0100
URL: http://hg.openjdk.java.net/jdk7/2d/jdk/rev/840601ac5ab7
6892485: Deadlock in SunGraphicsEnvironment / FontManager
Summary: Synchronize on correct monitor in SunFontManager.
Reviewed-by: igor, prr
! src/share/c