6611637: NullPointerException in sun.font.GlyphLayout$EngineRecord.init

Reviewed-by: tdv, jgodinez
This commit is contained in:
Phil Race 2008-05-19 11:25:32 -07:00
parent 1138f00d74
commit be8dde580e

View File

@ -85,7 +85,7 @@ public final class GlyphLayout {
private GVData _gvdata;
// cached glyph layout data for reuse
private static GlyphLayout cache; // reusable
private static volatile GlyphLayout cache; // reusable
private LayoutEngineFactory _lef; // set when get is called, unset when done is called
private TextRecord _textRecord; // the text we're working on, used by iterators