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

Improve performance of delayed task handling

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Unresolved
    • Icon: P4 P4
    • 25
    • None
    • core-libs

      In common network-related applications, delayed tasks to handle timeouts are scheduled but usually cancelled. Currently, this may lead to excessive contention and avoidable locking, especially with Loom threads, in turn using ForkJoinPool. One of several alternatives should be used instead.

            dl Doug Lea
            dl Doug Lea
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

              Created:
              Updated: