Current sanity checking code has a few problems: first, it executes actors without an executor, which violates the basic contract that every actor would run in the separate thread. Then, it also does more iterations than in should when min/max stride is 1.
- links to
-
Review openjdk/jcstress/39