提交 1952aad5 编写于 作者: B bae

7120895: FontConfiguration should not use thread contextClassLoader

Reviewed-by: igor, prr
上级 cbe591cc
......@@ -947,7 +947,7 @@ public abstract class FontConfiguration {
public Object run() {
try {
return Class.forName(charsetName, true,
Thread.currentThread().getContextClassLoader());
ClassLoader.getSystemClassLoader());
} catch (ClassNotFoundException e) {
}
return null;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册