[jdk8u-dev] RFR: 7131823: bug in GIFImageReader

Dan Lutker duke at openjdk.org
Tue Aug 16 22:42:54 UTC 2022


Backport of a31130fd4056907edcb420761722c629a33273eb, paths had to be updated and diff applied with offset.


patching file jdk/src/share/classes/com/sun/imageio/plugins/gif/GIFImageReader.java
Hunk #1 succeeded at 937 (offset -16 lines).
Hunk #2 succeeded at 961 (offset -16 lines).
Hunk #3 succeeded at 984 (offset -16 lines).
patching file jdk/test/javax/imageio/plugins/gif/GIFLargeTableIndexTest.java


All imageio tests are passing including new test in the backport.

I have some tier1 errors locally that also happen without this change:

Summary: jdk_tier1
FAILED: java/util/stream/test/org/openjdk/tests/java/lang/invoke/MHProxiesTest.java
FAILED: java/util/stream/test/org/openjdk/tests/java/util/stream/CollectAndSummaryStatisticsTest.java
FAILED: java/util/stream/test/org/openjdk/tests/java/util/stream/ConcatTest.java
FAILED: java/util/stream/test/org/openjdk/tests/java/util/stream/FindFirstOpTest.java
FAILED: java/util/stream/test/org/openjdk/tests/java/util/stream/IntPrimitiveOpsTests.java
FAILED: java/util/stream/test/org/openjdk/tests/java/util/stream/LongPrimitiveOpsTests.java
FAILED: java/util/stream/test/org/openjdk/tests/java/util/stream/MinMaxTest.java

-------------

Commit messages:
 - Backport a31130fd4056907edcb420761722c629a33273eb

Changes: https://git.openjdk.org/jdk8u-dev/pull/104/files
 Webrev: https://webrevs.openjdk.org/?repo=jdk8u-dev&pr=104&range=00
  Issue: https://bugs.openjdk.org/browse/JDK-7131823
  Stats: 175 lines in 2 files changed: 158 ins; 4 del; 13 mod
  Patch: https://git.openjdk.org/jdk8u-dev/pull/104.diff
  Fetch: git fetch https://git.openjdk.org/jdk8u-dev pull/104/head:pull/104

PR: https://git.openjdk.org/jdk8u-dev/pull/104


More information about the jdk8u-dev mailing list