-
Bug
-
Resolution: Unresolved
-
P4
-
21
Helper class TestThreadGroup is used in some gtests to run a callable F in a group of threads. In method TestThreadGroup::doit, before starting any worker thread, we start thread VMThreadBlocker to block the VMThread while worker threads are running. But we are missing a call to _blocker->ready() to wait until the VMThread has actually blocked in the VM_GTestStopSafepoint operation.
- relates to
-
JDK-8292679 Simplify thread creation in gtest and port 2 tests to new way
-
- Resolved
-