JDK-8204187 : Remove proprietary JPEG code from javax.imageio
  • Type: Bug
  • Component: client-libs
  • Sub-Component: javax.imageio
  • Affected Version: 8,9,10,11
  • Priority: P3
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2018-05-31
  • Updated: 2019-06-26
  • Resolved: 2018-06-06
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 11
11 b18Fixed
Related Reports
Relates :  
Sub Tasks
JDK-8204188 :  
Description
The javax.imageio JPEG plugin has code for supporting color spaces
which are optional according to the JPEG Plugin Metadata section
of the Image I/O specification.
Support for this is not present in OpenJDK and relies on
proprietary extensions to the IJG JPEG library.
One consequence is that the JPEG plugin in OpenJDK reports
it can write images with an alpha channel but in fact throws
an exception when asked to do so.

We should update or remove the code as appropriate