Re: RFR: 7124397: [macosx] JSpinner serialiazation - deserialization issue [v2]

2020-11-02 Thread Pankaj Bansal
On Mon, 2 Nov 2020 11:56:12 GMT, Sergey Bylokhov 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

Re: RFR: 7124397: [macosx] JSpinner serialiazation - deserialization issue [v2]

2020-11-02 Thread Sergey Bylokhov
> 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

Re: RFR: 7124397: [macosx] JSpinner serialiazation - deserialization issue

2020-11-02 Thread Pankaj Bansal
On Sun, 1 Nov 2020 23:12:10 GMT, Sergey Bylokhov 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

RFR: 7124397: [macosx] JSpinner serialiazation - deserialization issue

2020-11-01 Thread Sergey Bylokhov
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