On Sun, 1 Nov 2020 23:12:10 GMT, Sergey Bylokhov <s...@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

Reply via email to