<Swing Dev> Integrated: 7124397: [macosx] JSpinner serialiazation - deserialization issue

Sergey Bylokhov serb at openjdk.java.net
Mon Nov 2 12:30:10 UTC 2020


On Sun, 1 Nov 2020 23:12:10 GMT, Sergey Bylokhov <serb at openjdk.org> wrote:

> The serialization was broken because different listeners are leaked in the case of compound components. 
> That listeners also caused memory leaks which were fixed by a few fixes here and there, and in jdk16 the serialization start to work fine. But I would like to contribute the test which will prove that serialization works fine.

This pull request has now been integrated.

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

7124397: [macosx] JSpinner serialiazation - deserialization issue

Reviewed-by: pbansal

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

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


More information about the swing-dev mailing list