Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adjust ThreadListStackTracesTest for checkReentrantLock
Adjust ThreadListStackTracesTest for checkReentrantLock to be ready when the virtual thread state is WAITING after the reentrant lock parks the virtual thread. When the virtual thread is mounted, the virtual thread state, which is obtained from the carrier thread, can transition between WAITING and RUNNABLE before the reentrant lock parks the virtual thread. Issue: eclipse-openj9/openj9#18089 Signed-off-by: Amarpreet Singh <[email protected]>
- Loading branch information