The changes made in JDK-8159048 makes it compulsory to call AnimationTimer methods in JavaFX application thread. Hence make changes in RenderPerf test framework to call AnimationTimer.start() and AnimationTimer.stop() methods in application thread.
- relates to
-
JDK-8159048 Animation and AnimationTimer methods must be called on JavaFX Application thread
- Closed