<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <div class="moz-cite-prefix">On 24.12.2012 13:42, Phil Race wrote:<br>
    </div>
    <blockquote cite="mid:50D8A205.3020507@oracle.com" type="cite">But
      jpeg might matter.
      <br>
      Oracle JDK does not/cannot use the system libjpeg for all purposes
      <br>
      because of some necessary proprietary code in the version used by
      ImageIO.
      <br>
      So a change would have to be confined to the OpenJDK and even if
      done
      <br>
      solely for splashscreen in Oracle JDK would mean two libjpegs
      being loaded ..
    </blockquote>
    The proprietary JPEG-extensions are already disabled in the
    Makefile, when building OpenJDK (as opposite to Oracle JDK). From
    openjdk/jdk/make/sun/jpeg/Makefile<br>
    <blockquote><tt>...<br>
        # OpenJDK doesn't use the non-standard jpeg classes which we
        hope to remove.<br>
        ifndef OPENJDK<br>
        FILES_m = mapfile-vers-closed<br>
        FILES_export += \<br>
        &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; sun/awt/image/codec/JPEGImageDecoderImpl.java \<br>
        &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; sun/awt/image/codec/JPEGImageEncoderImpl.java<br>
        vpath %.c&nbsp;&nbsp; $(CLOSED_SRC)/share/native/$(PKGDIR)/image/jpeg<br>
        OTHER_INCLUDES +=
        -I$(CLOSED_SRC)/share/native/$(PKGDIR)/image/jpeg<br>
        endif<br>
        ...</tt><br>
    </blockquote>
    So, I don't think, this is still a concern (with OpenJDK, that is).
    Yours,<br>
    <blockquote>-mi<br>
    </blockquote>
  </body>
</html>