-
Bug
-
Resolution: Fixed
-
P3
-
5.0
-
b38
-
sparc
-
solaris_9
The new regression test EmptyGlyphContours.java is failing because of an NPE
% java EmptyGlyphContours
Exception in thread "main" java.lang.NullPointerException
at sun.font.CompositeFont.getValidatedGlyphCode(CompositeFont.java:353)
at sun.font.StandardGlyphVector.getValidatedGlyphs(StandardGlyphVector.java:963)
at sun.font.StandardGlyphVector.<init>(StandardGlyphVector.java:189)
at java.awt.Font.createGlyphVector(Font.java:2168)
at EmptyGlyphContours.main(EmptyGlyphContours.java:22)
% java EmptyGlyphContours
Exception in thread "main" java.lang.NullPointerException
at sun.font.CompositeFont.getValidatedGlyphCode(CompositeFont.java:353)
at sun.font.StandardGlyphVector.getValidatedGlyphs(StandardGlyphVector.java:963)
at sun.font.StandardGlyphVector.<init>(StandardGlyphVector.java:189)
at java.awt.Font.createGlyphVector(Font.java:2168)
at EmptyGlyphContours.main(EmptyGlyphContours.java:22)
- duplicates
-
JDK-4992738 Regression-test java/awt/FontClass/EmptyGlyphContours.java fails
-
- Closed
-