[OpenJDK 2D-Dev] Integrated: 6211198: ICC_Profile.getInstance(byte[]): IAE is not specified

Sergey Bylokhov serb at openjdk.java.net
Thu Feb 11 00:00:42 UTC 2021


On Sun, 31 Jan 2021 01:41:55 GMT, Sergey Bylokhov <serb at openjdk.org> wrote:

> The specification of the java.awt.color.ICC_Profile.getInstance(byte[]) is updated.
> Its implementation changed over time, and different exceptions were thrown, but since JDK-8013430 always throws an IllegalArgumentException on null and invalid data.

This pull request has now been integrated.

Changeset: 447db627
Author:    Sergey Bylokhov <serb at openjdk.org>
URL:       https://git.openjdk.java.net/jdk/commit/447db627
Stats:     53 lines in 3 files changed: 44 ins; 6 del; 3 mod

6211198: ICC_Profile.getInstance(byte[]): IAE is not specified

Reviewed-by: prr, pbansal

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

PR: https://git.openjdk.java.net/jdk/pull/2328


More information about the 2d-dev mailing list