Details
-
Bug
-
Resolution: Fixed
-
P3
-
8u291, 11.0.11-oracle, 15
-
JDK 15-ea local build
macOS 10.15.4
XCode 11.3.1
MacOSX SDK 10.15
-
b27
-
os_x_10.15
Backports
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8256889 | 13.0.6 | Vladimir Kempik | P3 | Resolved | Fixed | b01 |
JDK-8257991 | 11.0.11-oracle | Dukebot | P3 | Resolved | Fixed | b01 |
JDK-8256939 | 11.0.10 | Philip Race | P3 | Resolved | Fixed | b04 |
JDK-8257603 | openjdk8u292 | Philip Race | P3 | Resolved | Fixed | b01 |
JDK-8261626 | 8u301 | Philip Race | P3 | Resolved | Fixed | b01 |
JDK-8261807 | 8u291 | Philip Race | P3 | Resolved | Fixed | b05 |
JDK-8262667 | emb-8u291 | Philip Race | P3 | Resolved | Fixed | team |
Description
1. Build the jdk with Xcode 11 and MacOSX SDK 10.15.
2. Run any Java program that draws text, for example, the attached Simple.java program:
$ java -version
java version "15-internal" 2020-09-15
Java(TM) SE Runtime Environment (build 15-internal+0-2020-05-07-1853296.kcr...)
Java HotSpot(TM) 64-Bit Server VM (build 15-internal+0-2020-05-07-1853296.kcr..., mixed mode, sharing)
$ java Simple
2020-05-07 13:18:45.444 java[16424:4942077] CoreText note: Client requested name ".SFNS-Regular", it will get Times-Roman rather than the intended font. All system UI font access should be through proper APIs such as CTFontCreateUIFontForLanguage() or +[NSFont systemFontOfSize:].
2020-05-07 13:18:45.444 java[16424:4942077] CoreText note: Set a breakpoint on CTFontLogSystemFontNameRequest to debug.
2020-05-07 13:18:45.445 java[16424:4942077] CoreText note: Client requested name ".SFNS-Bold", it will get Times-Roman rather than the intended font. All system UI font access should be through proper APIs such as CTFontCreateUIFontForLanguage() or +[NSFont systemFontOfSize:].
2020-05-07 13:18:45.446 java[16424:4942077] CoreText note: Client requested name ".SFNSMono-Regular", it will get Times-Roman rather than the intended font. All system UI font access should be through proper APIs such as CTFontCreateUIFontForLanguage() or +[NSFont systemFontOfSize:].
2020-05-07 13:18:45.452 java[16424:4942077] CoreText note: Client requested name ".SFNSMono-Regular", it will get Times-Roman rather than the intended font. All system UI font access should be through proper APIs such as CTFontCreateUIFontForLanguage() or +[NSFont systemFontOfSize:].
2020-05-07 13:18:45.453 java[16424:4942077] CoreText note: Client requested name ".SFNSMono-Regular", it will get Times-Roman rather than the intended font. All system UI font access should be through proper APIs such as CTFontCreateUIFontForLanguage() or +[NSFont systemFontOfSize:].
2020-05-07 13:18:45.458 java[16424:4942077] CoreText note: Client requested name ".SFNS-Regular", it will get Times-Roman rather than the intended font. All system UI font access should be through proper APIs such as CTFontCreateUIFontForLanguage() or +[NSFont systemFontOfSize:].
2020-05-07 13:18:45.458 java[16424:4942077] CoreText note: Client requested name ".SFNS-Bold", it will get Times-Roman rather than the intended font. All system UI font access should be through proper APIs such as CTFontCreateUIFontForLanguage() or +[NSFont systemFontOfSize:].
Attachments
Issue Links
- backported by
-
JDK-8256889 [macos10.15] Garbled FX printing plus CoreText warnings on Catalina when building with Xcode 11
- Resolved
-
JDK-8256939 [macos10.15] Garbled FX printing plus CoreText warnings on Catalina when building with Xcode 11
- Resolved
-
JDK-8257603 [macos10.15] Garbled FX printing plus CoreText warnings on Catalina when building with Xcode 11
- Resolved
-
JDK-8257991 [macos10.15] Garbled FX printing plus CoreText warnings on Catalina when building with Xcode 11
- Resolved
-
JDK-8261626 [macos10.15] Garbled FX printing plus CoreText warnings on Catalina when building with Xcode 11
- Resolved
-
JDK-8261807 [macos10.15] Garbled FX printing plus CoreText warnings on Catalina when building with Xcode 11
- Resolved
-
JDK-8262667 [macos10.15] Garbled FX printing plus CoreText warnings on Catalina when building with Xcode 11
- Resolved
- duplicates
-
JDK-8255097 [macos 10.15] System fonts are not loaded properly | OpenJDK build 13.0.2+8
- Closed
- relates to
-
JDK-8234916 [macos 10.15] Garbled text running with native-image
- Resolved