-
Bug
-
Resolution: Fixed
-
P4
-
17, 18, 19
-
b06
-
generic
-
linux
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8283866 | 18.0.2 | Matthias Baesken | P4 | Resolved | Fixed | b02 |
JDK-8285960 | 17.0.5-oracle | Prasanta Sadhukhan | P4 | Resolved | Fixed | b01 |
JDK-8283753 | 17.0.4 | Matthias Baesken | P4 | Resolved | Fixed | b01 |
src/java.desktop/unix/classes/sun/font/FcFontConfiguration.java
src/java.desktop/unix/classes/sun/font/MFontConfiguration.java
uses the file /etc/SuSE-release to detect SUSE Linux. However on SUSE Linux 15 this file does not exist any more.
Instead /etc/os-release can be used as a replacement on SLES12 and SLES15 :
more /etc/os-release
NAME="SLES"
VERSION="12-SP2"
VERSION_ID="12.2"
PRETTY_NAME="SUSE Linux Enterprise Server 12 SP2"
There the name and version information is stored (NAME=... , VERSION_ID=...).
- backported by
-
JDK-8283753 UNIX sun/font coding misses SUSE distro detection on recent distro SUSE 15
- Resolved
-
JDK-8283866 UNIX sun/font coding misses SUSE distro detection on recent distro SUSE 15
- Resolved
-
JDK-8285960 UNIX sun/font coding misses SUSE distro detection on recent distro SUSE 15
- Resolved
- relates to
-
JDK-8301254 UNIX sun/font coding does not detect SuSE in openSUSE Leap distribution
- Resolved
- links to
-
Commit openjdk/jdk17u-dev/86ac4ab1
-
Commit openjdk/jdk18u/bc630f8e
-
Commit openjdk/jdk/84976b45
-
Review openjdk/jdk17u-dev/283
-
Review openjdk/jdk18u/51
-
Review openjdk/jdk/6956