JDK-8303943 : jio_print doesn't allow for a short os::write
  • Type: Bug
  • Component: hotspot
  • Sub-Component: runtime
  • Affected Version: 21
  • Priority: P4
  • Status: Closed
  • Resolution: Duplicate
  • Submitted: 2023-03-10
  • Updated: 2023-05-03
  • Resolved: 2023-05-03
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 21
21Resolved
Related Reports
Duplicate :  
Relates :  
Description
JDK-8303937 highlighted the fact that os::write can legitimately perform a short write. But jio_print  in jvm.cpp ignores that instead of doing the write in a loop. 
Comments
It is fixed implicitly by fixing https://bugs.openjdk.org/browse/JDK-8303942.
03-05-2023

It is implicitly fixed after fixing https://bugs.openjdk.org/browse/JDK-8303942
03-05-2023