On Fri, 1 May 2020 16:10:22 GMT, Dell Green <github.com+12861109+dellgr...@openjdk.org> wrote:
>> Marked as reviewed by jvos (Reviewer). > > /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. ------------- PR: https://git.openjdk.java.net/jfx/pull/117