RFR: 8296919: Make system tests that detect memory leaks more robust by using JMemoryBuddy utility
Kevin Rushforth
kcr at openjdk.org
Mon May 1 15:40:55 UTC 2023
On Mon, 1 May 2023 14:48:32 GMT, Lukasz Kostyra <lkostyra at openjdk.org> wrote:
> EventListenerLeak test was not touched, as it is a separate manual test app instead of a JUnit test.
In addition to the manual test, the `javafx.web` module also has an automated [EventListenerLeakTest](https://github.com/openjdk/jfx/blob/fbee1d2201270e7b3beb054ecb9fdf65ae11c43d/modules/javafx.web/src/test/java/test/javafx/scene/web/EventListenerLeakTest.java) that could benefit from using JMemoryBuddy, but it would not be a trivial change, so it might be better to file a follow-on bug for that.
-------------
PR Comment: https://git.openjdk.org/jfx/pull/1121#issuecomment-1529842965
More information about the openjfx-dev
mailing list