Re: RFR: 8197825: [Test] Intermittent timeout with javax/swing JColorChooser Test [v4]

2021-01-31 Thread Prasanta Sadhukhan
On Sat, 30 Jan 2021 12:00:43 GMT, Alexey Ivanov wrote: >> Unfortunately, volatile modifier has no effect if infinite loop is >> reinstated.. > >> > Does this volatile modifier resolve the now-removed infinite loop in >> > `while (!tk.IsDisposed())` in `WToolkit_shutdown`? >> >> The loop

Re: RFR: 8197825: [Test] Intermittent timeout with javax/swing JColorChooser Test [v5]

2021-01-31 Thread Prasanta Sadhukhan
> This test was failing in our nightly mach5 testing. Appropriate stability > code in form of waitForIdle and delay is added. > mach5 job running for several iterations on all platforms is ok. Link in JBS. Prasanta Sadhukhan has updated the pull request incrementally with one additional commit

Re: RFR: 8049700: Deprecate obsolete classes and methods in javax/swing/plaf/basic [v4]

2021-01-31 Thread Tejpal Rebari
On Mon, 25 Jan 2021 12:14:51 GMT, Prasanta Sadhukhan wrote: > > The methods intervalAdded(ListDataEvent e) ,intervalRemoved(ListDataEvent > > e) and lt(File a, File b) of > > javax/swing/plaf/basic/BasicDirectoryModel.java states that "Obsolete - not > > used" ( in the doc). > > The

Re: RFR: 8049700: Deprecate obsolete classes and methods in javax/swing/plaf/basic [v3]

2021-01-31 Thread Tejpal Rebari
> Please review the following fix for jdk17. > In this fix i have deprecated and marked for removal following classes and > methods >public void intervalAdded(ListDataEvent e) >public void intervalRemoved(ListDataEvent e) >protected boolean lt(File a, File b) in

Re: RFR: 8049700: Deprecate obsolete classes and methods in javax/swing/plaf/basic [v4]

2021-01-31 Thread Tejpal Rebari
> Please review the following fix for jdk17. > In this fix i have deprecated and marked for removal following classes and > methods >public void intervalAdded(ListDataEvent e) >public void intervalRemoved(ListDataEvent e) >protected boolean lt(File a, File b) in