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

Replace spin loops as back off when suspending

XMLWordPrintable

    • svc
    • b42

        do_suspend on the unix platforms use spin loops while waiting for the suspendee to suspend. After a while the spin loops are suposed to time out and back out. This mechanism could be better implemented with something that requires less CPU (currently spinning can cause CPU usage to go to 100%) and has a better way of specifying how long to wait before backing out.

              rbackman Rickard Backman (Inactive)
              rbackman Rickard Backman (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

                Created:
                Updated:
                Resolved: