Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8268620

InfiniteLoopException test may fail on x86 platforms

XMLWordPrintable

    • b07
    • generic
    • generic

        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 waitForIdle is also implemented via wait/notifyAll on the same monitor, and on x86 platform, the wait() in the robot.waitForIdle() is never interrupted, and it hangs forever.

        I do not think this bug is specific to the x86, it is just accidently working fine on the mainline.

              serb Sergey Bylokhov
              serb Sergey Bylokhov
              Votes:
              0 Vote for this issue
              Watchers:
              5 Start watching this issue

                Created:
                Updated:
                Resolved: