RFR: CODETOOLS-7902904: jcstress: Explicit waits for VM shutdowns [v2]
Aleksey Shipilev
shade at openjdk.java.net
Wed Apr 28 14:07:27 UTC 2021
> Current TestExecutor code spins in the 100ms-wait loop for re-starting the next epoch of scheduling. This is way too large a wait for -m sanity. Reducing it to 10ms throws the non-sanity runs under the bus. We should instead do explicit waits for VM shutdown, and restart the scheduling then.
Aleksey Shipilev has updated the pull request incrementally with one additional commit since the last revision:
Missing DoneFrame
-------------
Changes:
- all: https://git.openjdk.java.net/jcstress/pull/35/files
- new: https://git.openjdk.java.net/jcstress/pull/35/files/7d07a5ea..846ff14f
Webrevs:
- full: https://webrevs.openjdk.java.net/?repo=jcstress&pr=35&range=01
- incr: https://webrevs.openjdk.java.net/?repo=jcstress&pr=35&range=00-01
Stats: 41 lines in 1 file changed: 41 ins; 0 del; 0 mod
Patch: https://git.openjdk.java.net/jcstress/pull/35.diff
Fetch: git fetch https://git.openjdk.java.net/jcstress pull/35/head:pull/35
PR: https://git.openjdk.java.net/jcstress/pull/35
More information about the jcstress-dev
mailing list