JDK-2192945 : Modify MFontConfiguration to correctly determine linux releases
  • Type: Backport
  • Backport of: JDK-6951776
  • Component: client-libs
  • Sub-Component: 2d
  • Priority: P3
  • Status: Closed
  • Resolution: Not an Issue
  • Submitted: 2010-05-12
  • Updated: 2016-07-21
  • Resolved: 2012-06-28
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 6 JDK 7
6u21-revFixed 7Resolved
Comments
EVALUATION I still don't think this bug is applicable to jdk7 or 8 as per my initial comments. I'm going to re-open 7175487 for investigating on jdk 7 & 8 and close this subCR More analysis : === The main difference in fix for 6951776 was to have the DISTRIB_ID/DISTRIB_RELEASE properties parsed as only the last attempt. It's already present in jre 7 codebase. I do see one other difference though (in the parsing logic) between 6 & 7. In jre 6 /etc/sun-release is parsed first - in jre 7 /etc/fedora-release is parsed first. We never look for /etc/fedora-release in jre 6. That change came in via 7013646 (and not 6951776). ===
28-06-2012

EVALUATION The same fix is required in JDK 7 and 8 to support fontconfig customization.
14-06-2012

EVALUATION This doesn't appear to be an issue in the JDK 7 code. Code already ressembles the JDK6 fix. Closing as not an issue.
16-06-2010

EVALUATION forward port
16-06-2010