mirror of
https://github.com/openjdk/jdk.git
synced 2026-02-25 01:30:10 +00:00
7120895: FontConfiguration should not use thread contextClassLoader
Reviewed-by: igor, prr
This commit is contained in:
parent
1b6a45d291
commit
458f3269dd
@ -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;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user