On Fri, 27 May 2022 20:31:08 GMT, Phil Race wrote:
> Can you confirm we still need the Frame ? I mean when does the
> used-to-be-leaky listener get installed ? If it is sufficient to add it to
> the panel and the panel doesn't need to be added to the frame then the test
> can be headless. But
> Test was failing in linux citing `java.lang.RuntimeException: Expected Total
> TitledBorder to be freed : 10 Freed 9 `
> As per the fix done in JDK-8204963
> http://hg.openjdk.java.net/jdk/jdk/rev/cd7d2f9154fd
> there was no platform specific code done for the fix and logs in
> `TitledBorder.i
On Sat, 28 May 2022 08:41:35 GMT, Prasanta Sadhukhan
wrote:
>> Test was failing in linux citing `java.lang.RuntimeException: Expected Total
>> TitledBorder to be freed : 10 Freed 9 `
>> As per the fix done in JDK-8204963
>> http://hg.openjdk.java.net/jdk/jdk/rev/cd7d2f9154fd
>> there was no pl