On Sun, 31 Jan 2021 01:41:55 GMT, Sergey Bylokhov <s...@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 <s...@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