RFR: CODETOOLS-7902848: jcstress: remove VM batching support
Aleksey Shipilev
shade at openjdk.java.net
Tue Mar 16 11:02:23 UTC 2021
jcstress allows running multiple test per VM in order to optimize run times. Unfortunately, this feature gets in the way for reproducibility (multiple test contaminate the VM), error reporting (runner has to guess which test failed), and new features (like controlling the compilers). Thus, it is should go.
-------------
Commit messages:
- CODETOOLS-7902848: jcstress: remove VM batching support
Changes: https://git.openjdk.java.net/jcstress/pull/10/files
Webrev: https://webrevs.openjdk.java.net/?repo=jcstress&pr=10&range=00
Issue: https://bugs.openjdk.java.net/browse/CODETOOLS-7902848
Stats: 134 lines in 3 files changed: 2 ins; 112 del; 20 mod
Patch: https://git.openjdk.java.net/jcstress/pull/10.diff
Fetch: git fetch https://git.openjdk.java.net/jcstress pull/10/head:pull/10
PR: https://git.openjdk.java.net/jcstress/pull/10
More information about the jcstress-dev
mailing list