RFR: JDK-8303047: avoid NULL after 8301661

Kim Barrett kbarrett at openjdk.org
Wed Feb 22 10:21:42 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 .

Looks good.

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

Marked as reviewed by kbarrett (Reviewer).

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


More information about the hotspot-runtime-dev mailing list