JDK-8097539 : [WebView] "outstanding resource locks detected" when playing youtube
Type:Bug
Component:javafx
Sub-Component:web
Affected Version:8u40,8u60,9
Priority:P3
Status:Resolved
Resolution:Fixed
Submitted:2015-04-24
Updated:2015-06-12
Resolved:2015-06-03
The Version table provides details related to the release that this issue/RFE will be addressed.
Unresolved : Release in which this issue/RFE will be addressed. Resolved: Release in which this issue/RFE has been resolved. Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.
"Outstanding resource locks detected" warning messages are printed when playing youtube in WebView.
Comments
changeset: http://hg.openjdk.java.net/openjfx/9-dev/rt/rev/e44c3384dadf
(Note for verification: note that youtube.com can not be played in WebView behind proxy when forwarding to https takes place: RT-28420)
02-06-2015
webrev: http://cr.openjdk.java.net/~ant/RT-40630/webrev.0
PrismMediaFrameHandler.getTexture() returns a non-permanent texture which is either explicitly locked (when non-null) or implicitly locked when re-created. A caller (so far only one - the WCMediaPlayerImpl.renderImpl() method) should unlock the returned texture right after it used it for rendering.
02-06-2015
Not a regression in 8u60. However, the issue is often reproducible in different scenarios and it's quite desirable to solve it in 8u60. So, I plan to try it, if it's feasible in the reasonable time slot.
30-04-2015
Does it affect 8u40?
Is it a regression introduced in 8u60?