Integrated: 8369032: Add test to ensure serialized ICC_Profile stores only necessary optional data

Sergey Bylokhov serb at openjdk.org
Tue Oct 21 22:12:57 UTC 2025


On Fri, 3 Oct 2025 00:31:47 GMT, Sergey Bylokhov <serb at openjdk.org> wrote:

> Added a small test to check the size of ICC profile data after serialization.
> For standard profiles, the size should stay small (under 200 bytes) because the real data is not stored.
> For custom profiles, the size depends on the real data plus a small overhead.

This pull request has now been integrated.

Changeset: ed153ee2
Author:    Sergey Bylokhov <serb at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/ed153ee2c4614c814da92c23c4741eed68ce1a0c
Stats:     72 lines in 1 file changed: 72 ins; 0 del; 0 mod

8369032: Add test to ensure serialized ICC_Profile stores only necessary optional data

Reviewed-by: honkar

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

PR: https://git.openjdk.org/jdk/pull/27616


More information about the client-libs-dev mailing list