RFR: 8373118: Test java/lang/Thread/virtual/Starvation.java timed out [v31]
Doug Lea
dl at openjdk.org
Wed Feb 4 14:38:03 UTC 2026
> Changes signal filtering to avoid possible starvation
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 43 additional commits since the last revision:
- Merge branch 'openjdk:master' into JDK-8373118
- reduce interference after stalls
- Avoid yield, for performance test
- Don't oversignal LIFO
- Try out different approach
- Simplify scan mode control by moving and reworking topLevelExec and throwing on trim
- Another set of contend vs deactivate vs park tradeoffs
- Fix missing undo
- Merge branch 'openjdk:master' into JDK-8373118
- Use explicit store fences or atomics
- ... and 33 more: https://git.openjdk.org/jdk/compare/40833d95...7ae93ed7
-------------
Changes:
- all: https://git.openjdk.org/jdk/pull/28797/files
- new: https://git.openjdk.org/jdk/pull/28797/files/a7f1d63f..7ae93ed7
Webrevs:
- full: https://webrevs.openjdk.org/?repo=jdk&pr=28797&range=30
- incr: https://webrevs.openjdk.org/?repo=jdk&pr=28797&range=29-30
Stats: 99514 lines in 1723 files changed: 50037 ins; 26428 del; 23049 mod
Patch: https://git.openjdk.org/jdk/pull/28797.diff
Fetch: git fetch https://git.openjdk.org/jdk.git pull/28797/head:pull/28797
PR: https://git.openjdk.org/jdk/pull/28797
More information about the core-libs-dev
mailing list