Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8095724

JPEGImageLoader_decompressIndirect has incorrect text in exception message.

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P4 P4
    • 8u20
    • fx1.3.1
    • javafx
    • None


      In jpegloader.c, Java_com_sun_javafx_iio_jpeg_JPEGImageLoader_decompressIndirect()

      If this method gets a malloc failure while trying to read the stream it throws an error which
      says the error was writing a stream :
      line 1520 -----> "Writing JPEG Stream");

      should read :

      line 1520 -----> "Reading JPEG Stream");

            vadim Vadim Pakhnushev
            miflemi Mick Fleming
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported: