On Thu, 31 Oct 2024 23:26:12 GMT, Andy Goryachev <ango...@openjdk.org> wrote:
>> Very unlikely, but I'll take a look when fixing >> [JDK-8342993](https://bugs.openjdk.org/browse/JDK-8342993), since this >> method is on my list to be modified. > > I don't see this private method being called... https://github.com/openjdk/jfx/blob/master/modules/javafx.web/src/main/native/Source/WebCore/bridge/jni/jsc/JNIUtilityPrivate.cpp#L325-L330 All Java methods in `javafx.web` that are named `fwk*` are called by native WebKit code via JNI upcalls. ------------- PR Review Comment: https://git.openjdk.org/jfx/pull/1620#discussion_r1825279320