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

runtime/thread/Fibonacci.java test should ran in othervm mode

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P3 P3
    • 9
    • 9
    • hotspot
    • None
    • b99

      Test got uncaught exception and got into deadlock in jtreg code when waiting for another thread.
      One of the thread enter synchronized com.sun.javatest.regtest.agent.MainActionHelper$SameVMThreadGroup.uncaughtException method and then call cleanup method. cleanup method calls 'join' for threads, but unfortently other thread is locked on com.sun.javatest.regtest.agent.MainActionHelper$SameVMThreadGroup.uncaughtException.

      Modify test to run in othervm mode.

            ddmitriev Dmitry Dmitriev
            ddmitriev Dmitry Dmitriev
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: