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

Debugger don't receive all MonitorWaited events

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P3 P3
    • 6
    • 6
    • hotspot
    • b92
    • generic
    • generic
    • Verified

      In attached test debuggee VM generate 500 MonitorWait and MonitorWaited events in follows way: one thread call Object.wait() and another thread interrupt this thread when it's state changes to TIMED_WAITING.
      Debugger create MonitorWaitRequests and MonitorWaitedRequest and counting received events, number of received MonitorWaitedEvents is always less than 500.

      Test output:

      Total events:
      Wait events: 500
      Waited events: 408

      Error: waited events < 500 actually: 408
      TEST FAIL

            swamyv Swamy Venkataramanappa
            sboikovsunw Semen Boikov (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: