| JDK 22 |
|---|
| 22 b23Fixed |
|
Causes :
|
|
|
Relates :
|
|
|
Relates :
|
Right now, the read and writer poller threads are dedicated platform threads that block waiting for I/O events and unpark virtual threads when file descriptors are ready for I/O. In some environments it would be better to have the poller thread be virtual threads so that handling of I/O events better integrates with the virtual thread scheduler.
|