-
Bug
-
Resolution: Fixed
-
P3
-
internal
-
generic
-
os_x
While debugging JDK-8333879 using Instruments-
>Leaks utility i noticed that we see continuous leak in Java_com_sun_prism_mtl_MTLShader_nSetConstants
It looks like we are holding onto Java array in JNI and not releasing it.
If i continue to use HelloWebView, i see that this leak balloons into large value.
>Leaks utility i noticed that we see continuous leak in Java_com_sun_prism_mtl_MTLShader_nSetConstants
It looks like we are holding onto Java array in JNI and not releasing it.
If i continue to use HelloWebView, i see that this leak balloons into large value.
- relates to
-
JDK-8271024 ☂ JavaFX : Implement Metal Rendering Pipeline
- Open