JDK 19 |
---|
19 b07Fixed |
Relates :
|
Functions os::close(), os::read(), and os::socket() just call ::close(), ::read(), and ::socket() for both Posix and Windows. The os:: versions of these functions should be removed and hotspot should call the :: versions directly.
|