Integrated: 8256643: Terminally deprecate ThreadGroup stop, destroy, isDestroyed, setDaemon and isDaemon

2020-11-25 Thread Alan Bateman
On Thu, 19 Nov 2020 14:24:18 GMT, Alan Bateman wrote: > This change terminally deprecates the following methods defined by > java.lang.ThreadGroup > > - stop > - destroy > - isDestroyed > - setDaemon > - isDaemon > > The stop method has been deprecated since=1.2 because it is inherently

Re: RFR: 8196100: javax/swing/text/JTextComponent/5074573/bug5074573.java fails

2020-11-25 Thread Alexander Zuev
On Wed, 25 Nov 2020 00:15:11 GMT, Sergey Bylokhov wrote: > Here is a fix for one of the annoying bug, which causes random test failures > in the CI. > > We have a method Robot.waitForIdle(), which supposed to wait until the java > and the native queue stabilized. The common use case is to clic

Re: RFR: 8196100: javax/swing/text/JTextComponent/5074573/bug5074573.java fails

2020-11-25 Thread Sergey Bylokhov
On Wed, 25 Nov 2020 17:48:06 GMT, Alexander Zuev wrote: >> Here is a fix for one of the annoying bug, which causes random test failures >> in the CI. >> >> We have a method Robot.waitForIdle(), which supposed to wait until the java >> and the native queue stabilized. The common use case is to

Re: RFR: 8196100: javax/swing/text/JTextComponent/5074573/bug5074573.java fails [v2]

2020-11-25 Thread Sergey Bylokhov
On Thu, 26 Nov 2020 04:49:39 GMT, Sergey Bylokhov wrote: >> Here is a fix for one of the annoying bug, which causes random test failures >> in the CI. >> >> We have a method Robot.waitForIdle(), which supposed to wait until the java >> and the native queue stabilized. The common use case is to

Re: RFR: 8196100: javax/swing/text/JTextComponent/5074573/bug5074573.java fails [v2]

2020-11-25 Thread Sergey Bylokhov
> Here is a fix for one of the annoying bug, which causes random test failures > in the CI. > > We have a method Robot.waitForIdle(), which supposed to wait until the java > and the native queue stabilized. The common use case is to click on the > button or show the window, and call waitForIdle

Re: RFR: 8196100: javax/swing/text/JTextComponent/5074573/bug5074573.java fails [v2]

2020-11-25 Thread Sergey Bylokhov
On Wed, 25 Nov 2020 17:49:22 GMT, Alexander Zuev wrote: >> Sergey Bylokhov has updated the pull request incrementally with one >> additional commit since the last revision: >> >> Update test/jdk/java/awt/Robot/InfiniteLoopException.java > > test/jdk/java/awt/Robot/InfiniteLoopException.java l

Re: RFR: 8196100: javax/swing/text/JTextComponent/5074573/bug5074573.java fails [v2]

2020-11-25 Thread Alexander Zuev
On Thu, 26 Nov 2020 04:52:17 GMT, Sergey Bylokhov wrote: >> Here is a fix for one of the annoying bug, which causes random test failures >> in the CI. >> >> We have a method Robot.waitForIdle(), which supposed to wait until the java >> and the native queue stabilized. The common use case is to