JavaFX outstanding resource locks detected
java, javafx, javafx-8
Solution
For all those interested, according to existing bug database this appears to be a JavaFX Bug RT-34921. Leonid Popov mentioned it will be fixed in JavaFX 9, comment here. So I guess we wait for this bug to be fixed. :) Note: it should be fixed starting with Java 8u60 (backport).
Problem
I got the following message after 15 minutes of running my program: ``` Outstanding resource locks detected: ES2 Vram Pool: 79,079,089 used (29.5%), 79,079,089 managed (29.5%), 268,435,456 total 67 total resources being managed average resource age is 382.5 frames 10 resources at maximum supported age (14.900000) 9 resources marked permanent (13.400000) 1 resources have had mismatched locks (1.500000) 1 resources locked (1.500000) 39 resources contain interesting data (58.200000) 0 resources disappeared (0.000000) ``` I can't determine what this means and where it came from... I read it is usualy produced by WebView and Canvas. I am using Canvas ... Should I be worried?