-
Bug
-
Resolution: Fixed
-
P2
-
7u6
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
-