Re: RFR: 8247494: Test failure in ImageRaceTest on some systems

2020-10-22 Thread Kevin Rushforth
On Thu, 22 Oct 2020 12:29:51 GMT, Pankaj Bansal wrote: > The test test.com.sun.javafx.image.impl.ImageRaceTest is fails intermittently > in linux > > This is caused by use of Thread.yield. Thread.yield is used to pause the > current thread for some time. It gives a hint to thread scheduler

RFR: 8247494: Test failure in ImageRaceTest on some systems

2020-10-22 Thread Pankaj Bansal
The test test.com.sun.javafx.image.impl.ImageRaceTest is fails intermittently in linux This is caused by use of Thread.yield. Thread.yield is used to tell pause the current thread for some time. It gives a hint to thread scheduler that the current thread should pause and other threads with