JDK-8327171 : Fix more NULL usage backsliding
  • Type: Enhancement
  • Component: hotspot
  • Sub-Component: runtime
  • Affected Version: 23
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2024-03-03
  • Updated: 2024-10-22
  • Resolved: 2024-03-04
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 23
23 b13Fixed
Related Reports
Relates :  
Relates :  
Relates :  
Description
JDK-8324287 recently introduced some uses of NULL in os_bsd.cpp and os_aix.cpp.

JDK-8315923 recently introduced a use of NULL in test_os_linux.cpp.

These should be using nullptr.

Comments
Changeset: 97dc0edd Author: Kim Barrett <kbarrett@openjdk.org> Date: 2024-03-04 08:06:20 +0000 URL: https://git.openjdk.org/jdk/commit/97dc0edde01454041df41988538abbd53ad6503d
04-03-2024

A pull request was submitted for review. URL: https://git.openjdk.org/jdk/pull/18096 Date: 2024-03-03 05:19:45 +0000
03-03-2024