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

Pankaj Bansal pbansal at openjdk.java.net
Mon Nov 2 11:04:00 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.

test/jdk/javax/swing/JSpinner/SerializationTest.java line 40:

> 38: /**
> 39:  * @test
> 40:  * @bug 7124397

Can we add a @summary tag here to give small summary about the purpose of test?

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

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


More information about the swing-dev mailing list