Details
-
Bug
-
Resolution: Won't Fix
-
P3
-
None
-
9
-
b65
-
generic
-
generic
Description
Test name(s):closed/java/awt/font/LogicalFonts/MappingTest.java
JDK tested: 9b65, 9b64
OS tested: Solaris Sparcv9, Linux
Is it a regression? Yes( Started failing from 9b65)
Regression introduced in release/build:9b65
Is it platform specific? No
The is failure reproduced: always
General description:
----------System.out:(1/15)----------
os.name: SunOS
----------System.err:(19/1193)----------
java.nio.charset.UnsupportedCharsetException: sun.font.X11Dingbats
at java.nio.charset.Charset.forName(Charset.java:531)
at sun.awt.FontConfiguration.getFontCharsetEncoder(FontConfiguration.java:944)
at sun.awt.FontConfiguration.buildFontDescriptors(FontConfiguration.java:901)
at sun.awt.FontConfiguration.getFontDescriptors(FontConfiguration.java:864)
at sun.awt.FontConfiguration.getFontDescriptors(FontConfiguration.java:856)
at MappingTest.collectData(MappingTest.java:179)
at MappingTest.main(MappingTest.java:111)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:502)
at com.sun.javatest.regtest.agent.MainWrapper$MainThread.run(MainWrapper.java:92)
at java.lang.Thread.run(Thread.java:745)
JavaTest Message: Test threw exception: java.nio.charset.UnsupportedCharsetException: sun.font.X11Dingbats
JavaTest Message: shutting down test
STATUS:Failed.`main' threw exception: java.nio.charset.UnsupportedCharsetException: sun.font.X11Dingbats
JDK tested: 9b65, 9b64
OS tested: Solaris Sparcv9, Linux
Is it a regression? Yes( Started failing from 9b65)
Regression introduced in release/build:9b65
Is it platform specific? No
The is failure reproduced: always
General description:
----------System.out:(1/15)----------
os.name: SunOS
----------System.err:(19/1193)----------
java.nio.charset.UnsupportedCharsetException: sun.font.X11Dingbats
at java.nio.charset.Charset.forName(Charset.java:531)
at sun.awt.FontConfiguration.getFontCharsetEncoder(FontConfiguration.java:944)
at sun.awt.FontConfiguration.buildFontDescriptors(FontConfiguration.java:901)
at sun.awt.FontConfiguration.getFontDescriptors(FontConfiguration.java:864)
at sun.awt.FontConfiguration.getFontDescriptors(FontConfiguration.java:856)
at MappingTest.collectData(MappingTest.java:179)
at MappingTest.main(MappingTest.java:111)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:502)
at com.sun.javatest.regtest.agent.MainWrapper$MainThread.run(MainWrapper.java:92)
at java.lang.Thread.run(Thread.java:745)
JavaTest Message: Test threw exception: java.nio.charset.UnsupportedCharsetException: sun.font.X11Dingbats
JavaTest Message: shutting down test
STATUS:Failed.`main' threw exception: java.nio.charset.UnsupportedCharsetException: sun.font.X11Dingbats
Attachments
Issue Links
- relates to
-
JDK-8080330 (cs) Charset.availableCharsets failing with NPE on several platforms
- Closed
-
JDK-7146307 [TESTBUG] closed/java/awt/font/LogicalFonts/MappingTest.java failed on solaris since 1.8.0b17
- Resolved
-
JDK-8035302 Eliminate dependency on jdk.charsets from 2D font code.
- Closed