JDK-8304445 : Remaining uses of NULL in ciInstanceKlass.cpp
  • Type: Enhancement
  • Component: hotspot
  • Sub-Component: compiler
  • Affected Version: 21
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2023-03-18
  • Updated: 2023-04-06
  • Resolved: 2023-03-30
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
21 b17Fixed
Related Reports
Relates :  
Description
There are still a couple of uses of NULL in share/ci/ciInstanceKlass.cpp, despite JDK-8300240 having replaces uses of NULL with nullptr.

Comments
Changeset: b261e6c4 Author: Ilya Korennoy <korennoy.ilya@gmail.com> Committer: Tobias Hartmann <thartmann@openjdk.org> Date: 2023-03-30 08:57:25 +0000 URL: https://git.openjdk.org/jdk/commit/b261e6c43f8ef219d309683cc8ff92ecedc9126a
30-03-2023

A pull request was submitted for review. URL: https://git.openjdk.org/jdk/pull/13178 Date: 2023-03-24 15:46:11 +0000
24-03-2023