RFR: JDK-8303047: avoid NULL after 8301661

Matthias Baesken mbaesken at openjdk.org
Wed Feb 22 14:26:48 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 .

Hi Martin and Kim,  thanks for the reviews !

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

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


More information about the hotspot-runtime-dev mailing list