-
Type:
Enhancement
-
Resolution: Unresolved
-
Priority:
P4
-
None
-
Affects Version/s: None
-
Component/s: core-libs
The implementation of Thread.join on a virtual Thread required its own implementation in the initial implementation. This is because Object.wait pinned its carrier. Now that Object.wait can be preempted it means that Thread.join can work consistently for all threads, the special joinNanos for virtual thread can be removed and the termination field removed.
- links to
-
Review(master)
openjdk/jdk/29839