-
Type:
Bug
-
Resolution: Fixed
-
Priority:
P4
-
Affects Version/s: 27
-
Component/s: core-libs
-
master
Peter Hofer has spotted that the newly added test is ignoring the "pinned" value in the test setup. The test is of course intended to test the not-pinned case when pinned is false.
- test(timeout, true);
+ test(timeout, pinned);
- test(timeout, true);
+ test(timeout, pinned);
- caused by
-
JDK-8369227 Virtual thread stuck in PARKED state
-
- Resolved
-
- links to
-
Commit(master)
openjdk/jdk/996ca4b4
-
Review(master)
openjdk/jdk/29633