RFR: 8241840: Memoryleak: Closed focused Stages are not collected with Monocle. [v5]
Florian Kirmaier
fkirmaier at openjdk.java.net
Fri Aug 14 10:09:28 UTC 2020
On Thu, 13 Aug 2020 19:31:57 GMT, Kevin Rushforth <kcr at openjdk.org> wrote:
>> They are called from the following static method:
>> @BeforeClass
>> public static void initFX() throws Exception {
>> initFXBase();
>> }
>
> No, these two are only used from `testClosedFocusedStageLeakBase`, which is an instance method. I removed `static`
> while testing it and it compiles and runs fine.
You are right, I've probably picked up the other 2 static variables.
-------------
PR: https://git.openjdk.java.net/jfx/pull/153
More information about the openjfx-dev
mailing list