mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-21 11:34:38 +02:00
6630501: CRASH: JCK test eats much memory and jvm crashes
Reviewed-by: bae, prr
This commit is contained in:
parent
f333c99e58
commit
1138f00d74
1 changed files with 1 additions and 1 deletions
|
@ -589,7 +589,7 @@ public class Type1Font extends FileFont {
|
|||
|
||||
protected synchronized FontScaler getScaler() {
|
||||
if (scaler == null) {
|
||||
return FontManager.getScaler(this, 0, false, fileSize);
|
||||
scaler = FontManager.getScaler(this, 0, false, fileSize);
|
||||
}
|
||||
|
||||
return scaler;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue