[jdk17] RFR: 8268620: InfiniteLoopException test may fail on x86 platforms

2021-07-13 Thread Christoph Langer
Hi all, this pull request contains a backport of commit 0b09129f from the openjdk/jdk repository. The commit being backported was authored by Sergey Bylokhov on 15 Jun 2021 and was reviewed by Phil Race, Tejpal Rebari and Alexander Zvegintsev. It is a test fix only, so it should still be

Re: RFR: 8268620: InfiniteLoopException test may fail on x86 platforms

2021-06-15 Thread Alexander Zvegintsev
On Mon, 14 Jun 2021 17:18:15 GMT, Sergey Bylokhov wrote: > Small test update. > > This test posts lots of events to EDT from the different threads, and it > checks that the robot.waitForIdle() on the main thread will not hang or throw > an exception. And this test fails on x86. The post of

Re: RFR: 8268620: InfiniteLoopException test may fail on x86 platforms

2021-06-15 Thread Tejpal Rebari
On Mon, 14 Jun 2021 17:18:15 GMT, Sergey Bylokhov wrote: > Small test update. > > This test posts lots of events to EDT from the different threads, and it > checks that the robot.waitForIdle() on the main thread will not hang or throw > an exception. And this test fails on x86. The post of

Re: RFR: 8268620: InfiniteLoopException test may fail on x86 platforms

2021-06-14 Thread Phil Race
On Mon, 14 Jun 2021 17:18:15 GMT, Sergey Bylokhov wrote: > Small test update. > > This test posts lots of events to EDT from the different threads, and it > checks that the robot.waitForIdle() on the main thread will not hang or throw > an exception. And this test fails on x86. The post of

RFR: 8268620: InfiniteLoopException test may fail on x86 platforms

2021-06-14 Thread Sergey Bylokhov
Small test update. This test posts lots of events to EDT from the different threads, and it checks that the robot.waitForIdle() on the main thread will not hang or throw an exception. And this test fails on x86. The post of events are implemented via wait/notifyAll, and the robot.waitForIdle()