Looks fine to me.
-igor
On 5/31/12 1:39 AM, Andrew Brygin wrote:
Hello,
could you please review a backport of the fix for 7120895 to 7u6?
The problem there seems to be caused by an attempt to load
sun.awt.HKSCS class using thread context classloader, that
leads to loading lazy jars in cas
Hello,
could you please review a backport of the fix for 7120895 to 7u6?
The problem there seems to be caused by an attempt to load
sun.awt.HKSCS class using thread context classloader, that
leads to loading lazy jars in case of webstart application,
and has noticeable performance impact.
Changeset: d988ed9d40bc
Author:bae
Date: 2012-05-31 12:15 +0400
URL: http://hg.openjdk.java.net/jdk8/2d/jdk/rev/d988ed9d40bc
7120895: FontConfiguration should not use thread contextClassLoader
Reviewed-by: igor, prr
! src/share/classes/sun/awt/FontConfiguration.java