JDK-8211363 : Use platform version of libjpeg on Linux
  • Type: Bug
  • Component: javafx
  • Sub-Component: graphics
  • Affected Version: openjfx11,openjfx12
  • Priority: P4
  • Status: Open
  • Resolution: Unresolved
  • Submitted: 2018-10-01
  • Updated: 2018-12-07
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.
Other
tbdUnresolved
Related Reports
Relates :  
Relates :  
Description
libjavafx_iio.so includes a copy of libjpeg since that is not
available on Windows and perhaps not on Mac.
But on Linux we should be able to rely on it being installed as
part of the platform (JDK 11 does this).

So we can update the build so that on Linux
libjavafx_iio.so does not compile any of the JPEG source files
and instead links to the system libjpeg
Comments
Related discussion over review of JDK-8203884 : http://mail.openjdk.java.net/pipermail/openjfx-dev/2018-October/022596.html
04-10-2018