JDK-8093874 : Certain yelp.com results freeze up and cause FX threads to run continuously
  • Type: Bug
  • Component: javafx
  • Sub-Component: web
  • Affected Version: 8u20
  • Priority: P3
  • Status: Resolved
  • Resolution: Cannot Reproduce
  • Submitted: 2014-04-30
  • Updated: 2015-11-05
  • Resolved: 2015-04-24
Related Reports
Relates :  
Description
If you navigate to the following yelp.com result, JavaFX freezes up the browser indefinitely and also spikes cpu for 2 cores for 3+ minutes. YourKit reveals that QuantumRenderer-0 and the JavaFX Application Thread run are running continuously during that time:

http://www.yelp.com/biz/sushi-king-henrico-2

Other browser seem to have no problems with this link.

Here is the console output:

Outstanding resource locks detected:
D3D Vram Pool: 189,613,654 used (70.6%), 189,613,654 managed (70.6%), 268,435,456 total
1033 total resources being managed
average resource age is 1.6 frames
0 resources at maximum supported age (0.000000)
798 resources marked permanent (77.300000)
1 resources have had mismatched locks (0.100000)
1 resources locked (0.100000)
1005 resources contain interesting data (97.300000)
0 resources disappeared (0.000000)

Outstanding resource locks detected:
D3D Vram Pool: 191,208,710 used (71.2%), 191,208,710 managed (71.2%), 268,435,456 total
1050 total resources being managed
average resource age is 1.8 frames
0 resources at maximum supported age (0.000000)
798 resources marked permanent (76.000000)
3 resources have had mismatched locks (0.300000)
3 resources locked (0.300000)
1021 resources contain interesting data (97.200000)
0 resources disappeared (0.000000)

Outstanding resource locks detected:
D3D Vram Pool: 195,010,118 used (72.6%), 195,010,118 managed (72.6%), 268,435,456 total
1440 total resources being managed
average resource age is 1.7 frames
0 resources at maximum supported age (0.000000)
798 resources marked permanent (55.400000)
11 resources have had mismatched locks (0.800000)
11 resources locked (0.800000)
1403 resources contain interesting data (97.400000)
0 resources disappeared (0.000000)




Comments
I'm reproducing it with 8u20. I'm hovering mouse over the top images (they pop up a little) back and forth for about 5 seconds and observing "Outstanding resource locks detected" messages printed continuously. This ends up with freeze when vram is exhausted. However, I'm not reproducing it with latest 8u-dev/9-dev.
24-04-2015

Just an update, this is still a problem in Java 8 U25 (no other issue fixes have fixed this yet)
26-11-2014

SQE is ok to defer from 8u40.
18-11-2014

No resources to fix it in 8u40, moving to 9.
23-09-2014

We are sorry, but at this time we have no resources to work on WebView bugs for the 8u20 release. Unfortunately, we will have to defer them to 8u40.
23-05-2014

This may be the same issue as RT-34443
07-05-2014