RFR: 8339726: Remove pausing code (used for testing) from AbstractPrimaryTimer
Kevin Rushforth
kcr at openjdk.org
Mon Sep 9 20:50:10 UTC 2024
On Mon, 9 Sep 2024 06:23:02 GMT, John Hendrikx <jhendrikx at openjdk.org> wrote:
> This PR removes the pausing logic from AbstractPrimaryTimer. The test that is using it wasn't actually testing anything in AbstractPrimaryTimer itself, and no other code needs this pausing code.
Good cleanup. Without digging a bit more, I'm not sure why these were originally added, but they are clearly useless now.
-------------
Marked as reviewed by kcr (Lead).
PR Review: https://git.openjdk.org/jfx/pull/1558#pullrequestreview-2290920063
More information about the openjfx-dev
mailing list