-
Bug
-
Resolution: Unresolved
-
P4
-
24, repo-loom
This test fails after JDK-8338383 with JTREG_TEST_THREAD_FACTORY=Virtual. The test first suspends a vthread and all the carriers and then it resumes the vthread expecting it to run to completion. Before JDK-8338383 it worked because the suspension step happens while the vthread is pinned to the carrier due to being blocked on synchronized. So the carrier only actually suspends on the next unmount transition, which in this test happens once the vthread has finished executing the expected code.
This test is now excluded in ProblemList-Virtual.txt.
This test is now excluded in ProblemList-Virtual.txt.