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

XMLWordPrintable

    • Type: Bug
    • Resolution: Fixed
    • Priority: P3
    • 9
    • Affects Version/s: 9
    • Component/s: 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.

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

              Created:
              Updated:
              Resolved: