-
Bug
-
Resolution: Won't Fix
-
P3
-
7
test
closed/java/awt/print/PrinterJob/PSQuestionMark.java fails on 7b97 on oel5.5-x64
see comments
----------System.err:(23/1310)----------
java.lang.NullPointerException
at sun.awt.PlatformFont.makeMultiCharsetString(PlatformFont.java:154)
at sun.awt.PlatformFont.makeMultiCharsetString(PlatformFont.java:114)
at sun.print.PSPrinterJob.textOut(PSPrinterJob.java:1201)
at sun.print.PSPathGraphics.drawString(PSPathGraphics.java:228)
at sun.print.PSPathGraphics.drawString(PSPathGraphics.java:140)
at sun.print.PSPathGraphics.drawString(PSPathGraphics.java:114)
at PSQuestionMark.print(PSQuestionMark.java:24)
at sun.print.RasterPrinterJob.printPage(RasterPrinterJob.java:2008)
closed/java/awt/print/PrinterJob/PSQuestionMark.java fails on 7b97 on oel5.5-x64
see comments
----------System.err:(23/1310)----------
java.lang.NullPointerException
at sun.awt.PlatformFont.makeMultiCharsetString(PlatformFont.java:154)
at sun.awt.PlatformFont.makeMultiCharsetString(PlatformFont.java:114)
at sun.print.PSPrinterJob.textOut(PSPrinterJob.java:1201)
at sun.print.PSPathGraphics.drawString(PSPathGraphics.java:228)
at sun.print.PSPathGraphics.drawString(PSPathGraphics.java:140)
at sun.print.PSPathGraphics.drawString(PSPathGraphics.java:114)
at PSQuestionMark.print(PSQuestionMark.java:24)
at sun.print.RasterPrinterJob.printPage(RasterPrinterJob.java:2008)
- relates to
-
JDK-6943487 NPE in makeMultiCharsetString while printing on linux
- Closed
-
JDK-6961664 closed/java/awt/print/PrinterJob/GlyphPositions.java fails on 7b97 on oel5.5-x64
- Closed
-
JDK-6795908 Refactor FontManager
- Resolved