6630501: CRASH: JCK test eats much memory and jvm crashes
authorigor
Fri May 16 03:10:58 2008 +0400 (18 months ago)
changeset 321bf2c66511d1b
parent 3204af4867ed787
child 322075152aa892e
6630501: CRASH: JCK test eats much memory and jvm crashes
Reviewed-by: bae, prr
src/share/classes/sun/font/Type1Font.java
--- a/src/share/classes/sun/font/Type1Font.java Wed May 14 16:05:07 2008 -0700
+++ b/src/share/classes/sun/font/Type1Font.java Fri May 16 03:10:58 2008 +0400
@@ -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;