RFR: 8336707: Contention of ForkJoinPool grows when stealing works [v25]

Doug Lea dl at openjdk.org
Tue Nov 12 21:48:54 UTC 2024


> This addresses tendencies in previous update to increase fencing, scanning, and signalling that can increase contention, and slow down performance especially on ARM platforms. It also uses more ARM-friendly constructions to reduce overhead (leading to several changes that all of the same form),

Doug Lea has updated the pull request with a new target base due to a merge or a rebase. The incremental webrev excludes the unrelated changes brought in by the merge/rebase. The pull request contains 46 additional commits since the last revision:

 - Merge branch 'openjdk:master' into JDK-8336707
 - Improve readbility; tweak runState checks
 - Address review comments
 - Merge remote-tracking branch 'refs/remotes/origin/JDK-8336707' into JDK-8336707
 - Merge branch 'openjdk:master' into JDK-8336707
 - Merge branch 'openjdk:master' into JDK-8336707
 - Reconcile internal docs; renamings
 - Minor improvements
 - Merge branch 'openjdk:master' into JDK-8336707
 - Add CLEANED runState
 - ... and 36 more: https://git.openjdk.org/jdk/compare/c66f1c0a...3ea2470c

-------------

Changes:
  - all: https://git.openjdk.org/jdk/pull/21507/files
  - new: https://git.openjdk.org/jdk/pull/21507/files/e1460f57..3ea2470c

Webrevs:
 - full: https://webrevs.openjdk.org/?repo=jdk&pr=21507&range=24
 - incr: https://webrevs.openjdk.org/?repo=jdk&pr=21507&range=23-24

  Stats: 80125 lines in 2219 files changed: 10280 ins; 64527 del; 5318 mod
  Patch: https://git.openjdk.org/jdk/pull/21507.diff
  Fetch: git fetch https://git.openjdk.org/jdk.git pull/21507/head:pull/21507

PR: https://git.openjdk.org/jdk/pull/21507


More information about the core-libs-dev mailing list