RFR: 8176499: Dependence on java.util.Timer freezes screen when OS time resets backwards
Dell Green
github.com+12861109+dellgreen at openjdk.java.net
Fri May 1 16:51:26 UTC 2020
On Fri, 1 May 2020 16:20:41 GMT, Kevin Rushforth <kcr at openjdk.org> wrote:
>> /integrate
>> /summary Fixes a long standing issue in the MonocleTimer class as its dependent on the java.uti.Timer class which is
>> dependent on system time which can cause UI freezes depending upon how far back in time the system clock is set by
>> either a user or NTP.
>
> @dellgreen `/summary` is a distinct command from `/integrate` -- you can't enter multiple commands in a single comment.
> `/integrate` should always be the last thing you do, since that indicates you are completely done with the PR and want
> to integrate it in its current state. The `/summary` is going to be ignored, which is likely fine, but this is
> something to note for next time.
@kevinrushforth ok, thank you for the feedback
-------------
PR: https://git.openjdk.java.net/jfx/pull/117
More information about the openjfx-dev
mailing list