On Thu, 4 May 2023 20:17:11 GMT, Eric Caspole <ecasp...@openjdk.org> wrote:
> These micros were developed while investigating JDK-8305670 by myself and > Sergey Kuksenko. The order of thread creation was important in that bug, so > there are 2 JMH for creating sleepers before and after the worker threads. This pull request has now been integrated. Changeset: 6073edf3 Author: Eric Caspole <ecasp...@openjdk.org> URL: https://git.openjdk.org/jdk/commit/6073edf3cdbc1ff7d0cccfb9b4547ef1357d292c Stats: 273 lines in 2 files changed: 273 ins; 0 del; 0 mod 8307483: New micros for j.u.c.LockSupport Co-authored-by: Sergey Kuksenko <skukse...@openjdk.org> Reviewed-by: shade, redestad ------------- PR: https://git.openjdk.org/jdk/pull/13815