[Rev 01] RFR: 8241840: Memoryleak: Closed focused Stages are not collected with Monocle.
Florian Kirmaier
fkirmaier at openjdk.java.net
Wed Apr 22 12:03:45 UTC 2020
On Fri, 17 Apr 2020 12:58:00 GMT, Ambarish Rapte <arapte at openjdk.org> wrote:
>> Florian Kirmaier has updated the pull request incrementally with one additional commit since the last revision:
>>
>> JDK-8241840
>> Some code cleanups
>
> Changes requested by arapte (Reviewer).
I don't think the class MeshManagerCacheLeakTest is a good base to write monocle + native tests.
It required input/output parsing which would be a bit too much.
In my latest commit, I've added a simple solution to how the test can be reused.
On my side, both tests are always green, but I'm using a mac.
If one of the tests is unstable on windows, then it would be great if we could consider it as 2 bugs, so this PR can be
finished.
Afterwards it would be great if someone else could continue the windows-bug because I don't have a very productive
setup to work on it and I also don't really understand the native windows code.
-------------
PR: https://git.openjdk.java.net/jfx/pull/153
More information about the openjfx-dev
mailing list