[OpenJDK 2D-Dev] RFR 8148454: [PIT] Failure of ReplaceMetadataTest on TIFF with IllegalStateException

Phil Race philip.race at oracle.com
Fri Jul 22 21:22:53 UTC 2016


Brian,

I verified that the failing tests now pass.
You also need to update the ProblemList.

-phil.

On 07/22/2016 01:57 PM, Brian Burkhalter wrote:
> Please review at your convenience.
>
> Issue:	https://bugs.openjdk.java.net/browse/JDK-8148454
> Patch:	http://cr.openjdk.java.net/~bpb/8148454/webrev.00/
>
> Problem was that the superclass ‘output’ variable was being incorrectly reset to null. The TIFF writer mostly uses its internal ‘stream’ variable for the ImageOutputStream but the test exposed a case which referred to the superclass ‘output’ variable. The @ignore tag has been removed from the mentioned test.
>
> Thanks,
>
> Brian




More information about the 2d-dev mailing list