-
Type:
Enhancement
-
Resolution: Unresolved
-
Priority:
P4
-
None
-
Affects Version/s: 26
-
Component/s: core-libs
-
Fix Understood
Each HttpClient instance craetes an additional platform thread for its SelectorManager. With recent updates to NIO/VirtualThreads that thread could now become a VirtualThread. This would avoid having each HttpClient instance use up one platform thread.
This is similar to whhat was done for the HttpClient QuicSelectorThread inJDK-8369920.
This should be transparent for users of the API.
This is similar to whhat was done for the HttpClient QuicSelectorThread in
This should be transparent for users of the API.
- relates to
-
JDK-8372191 ReferenceTracker::printThreads only print platform threads
-
- Open
-
-
JDK-8372198 Avoid closing PlainHttpConnection while holding a lock
-
- In Progress
-
- links to
-
Review(master)
openjdk/jdk/28395