Hi List,
In b90 and b92 I'm getting these kinds of prints (often continously)
when I'm using my application, and I'm not sure if I'm supposed to
report them:
@com.sun.prism.impl.ManagedResource.printSummary(ManagedResource.java:134)
D3D Vram Pool: 96,767,731 used (36.0%), 96,767,731 managed (36.0%),
268,435,456 total
54 total resources being managed
4 permanent resources (7.4%)
2 resources locked (3.7%)
18 resources contain interesting data (33.3%)
1 resources disappeared (1.9%)
They are fairly easy to reproduce -- it usually involves scrolling
through a list that updates a lot of images/texts being dynamically
loaded. I sometimes get partial blackouts of the Scene as well (Nodes
not rendering, or nodes being obscured by a big black box). This last
one has been happening for ages already (since JavaFX 2.2 atleast) so
that's nothing new.
--John