-
Bug
-
Resolution: Fixed
-
P4
-
jfx23
-
b03
https://openjfx.io/javadoc/23/javafx.graphics/javafx/scene/Node.html
"Node objects may be constructed and modified on any thread as long they are not yet attached to a Scene in a Window that is showing. An application must attach nodes to such a Scene or modify them on the JavaFX Application Thread."
We should develop a set of tests to validate this capability.
--> created NodeInitializationStressTest
- blocks
-
JDK-8348987 ☂ Thread safety in Node initialization
-
- In Progress
-
- relates to
-
JDK-8349756 Memory leak in PaginationSkin when setting page count / index
-
- Resolved
-
-
JDK-8349758 Memory leak in TreeTableView
-
- Resolved
-
-
JDK-8350048 Enforce threading restrictions for show and hide methods in Window, Control, and Skin
-
- Resolved
-
-
JDK-8347392 Thread-unsafe implementation of c.s.j.scene.control.skin.Utils
-
- Resolved
-
-
JDK-8348100 Tooltips cannot be instantiated on background thread
-
- Resolved
-
-
JDK-8349257 [TestBug] add remaining Node tests to NodeInitializationStressTest
-
- Closed
-
- links to
-
Commit(master) openjdk/jfx/4c8b02a6
-
Review(master) openjdk/jfx/1690