RFR: 8088420: JavaFX WebView memory leak via EventListener [v2]

Jay Bhaskar jbhaskar at openjdk.java.net
Sun May 22 14:06:42 UTC 2022


On Thu, 19 May 2022 21:45:00 GMT, Kevin Rushforth <kcr at openjdk.org> wrote:

>> Jay Bhaskar has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   Platform.exit() , removing code block, as it is causing other test fail
>
> modules/javafx.web/src/main/native/Source/WebCore/bindings/java/EventListenerManager.h line 48:
> 
>> 46: 
>> 47: class JavaObjectWrapperHandler {
>> 48:     jobject handler_;
> 
> Have you considered using `JGObject` here instead of raw `jobject`?

Applied

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

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


More information about the openjfx-dev mailing list