Integrated: JDK-8303047: avoid NULL after 8301661
Matthias Baesken
mbaesken at openjdk.org
Thu Feb 23 08:12:12 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 .
This pull request has now been integrated.
Changeset: 221f3463
Author: Matthias Baesken <mbaesken at openjdk.org>
URL: https://git.openjdk.org/jdk/commit/221f34634de58d339f6cf7b08b2520fb748fff82
Stats: 3 lines in 2 files changed: 0 ins; 0 del; 3 mod
8303047: avoid NULL after 8301661
Reviewed-by: mdoerr, kbarrett, dholmes
-------------
PR: https://git.openjdk.org/jdk/pull/12709
More information about the hotspot-runtime-dev
mailing list