RFR: CODETOOLS-7902950: jcstress: Offload VM start/finish/output tasks to separate workers
Aleksey Shipilev
shade at openjdk.java.net
Tue Jun 1 15:16:42 UTC 2021
The TestExecutor loop is busy driving the run, and the blocking code that starts/finishes VMs should be offloaded to separate workers. Additionally, InputStreamCollectors that currently run as separate threads, can use the threadpool.
-------------
Commit messages:
- Pump VMs
Changes: https://git.openjdk.java.net/jcstress/pull/58/files
Webrev: https://webrevs.openjdk.java.net/?repo=jcstress&pr=58&range=00
Issue: https://bugs.openjdk.java.net/browse/CODETOOLS-7902950
Stats: 117 lines in 3 files changed: 74 ins; 26 del; 17 mod
Patch: https://git.openjdk.java.net/jcstress/pull/58.diff
Fetch: git fetch https://git.openjdk.java.net/jcstress pull/58/head:pull/58
PR: https://git.openjdk.java.net/jcstress/pull/58
More information about the jcstress-dev
mailing list