-
Type:
Bug
-
Resolution: Fixed
-
Priority:
P2
-
Affects Version/s: 7u6
-
Component/s: javafx
AbstractPainter.presentable is not disposed on window close
To ensure run hello alpha and put two breakpoints on
WindowStage.close() and on AbstractPainter.disposePresentable() { presentable.dispose(); }
This bug leads to native resource leak and invalid GL context after a window being closed.
To ensure run hello alpha and put two breakpoints on
WindowStage.close() and on AbstractPainter.disposePresentable() { presentable.dispose(); }
This bug leads to native resource leak and invalid GL context after a window being closed.
- relates to
-
JDK-8118399 ColorfulShapes.Blur2Circle-Transparent performance benchmark fails with NPE
-
- Closed
-