The following exception was first seen in JDK 8 PIT by the integrator
when clicking on the Fonts tab and resizing Java2Demo :-
#0 Mon Jun 25 10:26:33 PDT 2012, 6896.2266K used
Exception in thread "AWT-EventQueue-0" java.lang.ArrayIndexOutOfBoundsException: 36
at sun.font.FileFontStrike.getCachedGlyphPtr(FileFontStrike.java:459)
at sun.font.FileFontStrike.getGlyphImagePtrs(FileFontStrike.java:406)
at sun.font.StandardGlyphVector.setupGlyphImages(StandardGlyphVector.java:938)
at sun.font.GlyphList.setFromGlyphVector(GlyphList.java:293)
at sun.java2d.pipe.GlyphListPipe.drawGlyphVector(GlyphListPipe.java:136)
at sun.java2d.SunGraphics2D.drawGlyphVector(SunGraphics2D.java:2908)
at sun.font.ExtendedTextSourceLabel.handleDraw(ExtendedTextSourceLabel.java:193)
at sun.font.Decoration$DecorationImpl.drawTextAndEmbellishments(Decoration.java:258)
at sun.font.Decoration$DecorationImpl.drawTextAndDecorations(Decoration.java:337)
at sun.font.ExtendedTextSourceLabel.draw(ExtendedTextSourceLabel.java:197)
at java.awt.font.TextLine.draw(TextLine.java:794)
at java.awt.font.TextLayout.draw(TextLayout.java:2647)
at java2d.demos.Fonts.AttributedStr.render(AttributedStr.java:181)