Withdrawn: CODETOOLS-7902923: jcstress: Eliminate dependency on Executors/Futures in forked VMs

Aleksey Shipilev shade at openjdk.java.net
Wed May 5 11:29:57 UTC 2021


On Wed, 5 May 2021 10:50:55 GMT, Aleksey Shipilev <shade at openjdk.org> wrote:

> Forked VMs are executing the tests, and they are inherently using some concurrency primitives that might be under the test. Executors/Futures are the examples of such primitives. Since the jcstress uses are simple, we might as well do the hand-rolled implementations on bare Threads. This would improve test fidelity.

This pull request has been closed without being integrated.

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

PR: https://git.openjdk.java.net/jcstress/pull/51


More information about the jcstress-dev mailing list