[Rev 03] RFR: 8236259: MemoryLeak in ProgressIndicator

Florian Kirmaier fkirmaier at openjdk.java.net
Tue Mar 10 14:26:55 UTC 2020


On Thu, 5 Mar 2020 22:11:26 GMT, Kevin Rushforth <kcr at openjdk.org> wrote:

>> Florian Kirmaier has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   JDK-8236259
>>   readded unit-test without any dependency
>
> tests/system/src/test/java/test/javafx/scene/control/ProgressIndicatorLeakTest.java line 80:
> 
>> 79:         createGarbage();
>> 80:         System.gc();
>> 81:
> 
> We recommend also calling `System.runFinalization();` for GC related tests.

Interesting, Thank you for the Information.
Never heard about this method.
I will have to add it also to JMemoryBuddy. :)

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

PR: https://git.openjdk.java.net/jfx/pull/71


More information about the openjfx-dev mailing list