RFR: JDK-8303047: avoid NULL after 8301661

Martin Doerr mdoerr at openjdk.org
Wed Feb 22 09:30:30 UTC 2023


On Wed, 22 Feb 2023 08:46:51 GMT, Matthias Baesken <mbaesken at openjdk.org> wrote:

> JDK-8301661 introduced a few usages of NULL in os_bsd.cpp and os_windows.cpp. This should be avoided and replaced by nullptr .

LGTM.

-------------

Marked as reviewed by mdoerr (Reviewer).

PR: https://git.openjdk.org/jdk/pull/12709


More information about the hotspot-runtime-dev mailing list