Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8217231 | 8u212 | Ambarish Rapte | P3 | Resolved | Fixed | b03 |
By design, JavaFX should generate ~60 pulses per second on all platforms.
On Mac platform, number of pulses vary from approximately 30 to more than 250.
These additional number of pulses result in more power consumption and drains considerable amount battery.
Further, JavaFX should not generate pulses when there are no animations or changes to the scene graph.
On Mac platform, number of pulses vary from approximately 30 to more than 250.
These additional number of pulses result in more power consumption and drains considerable amount battery.
Further, JavaFX should not generate pulses when there are no animations or changes to the scene graph.
- backported by
-
JDK-8217231 [Mac] Pulse timer should pause when idle
- Resolved
- relates to
-
JDK-8214040 Optimize pulse generation on windows
- Open
-
JDK-8214041 Optimize pulse generation on Linux
- Open
-
JDK-8238505 [macOS] Intermittent deadlock on exit in MacTimer
- Open
-
JDK-8164438 JavaFX changes Windows interrupt frequency to 1ms
- Closed