JDK-8279936 : Change shared code to use os:: system API's
  • Type: Enhancement
  • Component: hotspot
  • Sub-Component: runtime
  • Affected Version: 19
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2022-01-12
  • Updated: 2022-01-25
  • Resolved: 2022-01-19
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 19
19 masterFixed
Related Reports
Relates :  
Description
Shared code should use the hotspot os:: API's for system calls when they exist.  For example, os::read() should be called instead of ::read().
Comments
Changeset: 96114315 Author: Harold Seigel <hseigel@openjdk.org> Date: 2022-01-19 13:51:23 +0000 URL: https://git.openjdk.java.net/jdk/commit/96114315cf91b03aeca7e12f225e4c76862f1be7
19-01-2022

A pull request was submitted for review. URL: https://git.openjdk.java.net/jdk/pull/7055 Date: 2022-01-12 21:56:18 +0000
12-01-2022