-
Bug
-
Resolution: Not an Issue
-
P2
-
None
-
8
-
generic
-
solaris
Fix for cr7074386 is broken on Solaris.
There is a mistake in the fix for 7074386 that causes it NOT to fall back to fontconfig.<major version>.properties/bfc on Solaris systems.
Test Case:
On Solaris 10, use truss to verify the order that JRE is looking for fontconfig files:
NG:
fontconfig.5.10.properties
fontconfig.5.10.bfc
fontconfig.properties
fontconfig.bfc
OK:
fontconfig.5.10.properties
fontconfig.5.10.bfc
fontconfig.5.properties
fontconfig.5.bfc
fontconfig.properties
fontconfig.bfc
There is a mistake in the fix for 7074386 that causes it NOT to fall back to fontconfig.<major version>.properties/bfc on Solaris systems.
Test Case:
On Solaris 10, use truss to verify the order that JRE is looking for fontconfig files:
NG:
fontconfig.5.10.properties
fontconfig.5.10.bfc
fontconfig.properties
fontconfig.bfc
OK:
fontconfig.5.10.properties
fontconfig.5.10.bfc
fontconfig.5.properties
fontconfig.5.bfc
fontconfig.properties
fontconfig.bfc