RFR: 8324686: Remove redefinition of NULL for MSVC
Kim Barrett
kbarrett at openjdk.org
Wed Apr 9 08:17:37 UTC 2025
On Wed, 9 Apr 2025 07:52:44 GMT, Aleksey Shipilev <shade at openjdk.org> wrote:
> Looks fine. So, just to be extra clear, this would only affect Hotspot, not JDK. There are no interesting hits for `NULL`-s right now in Hotspot code. There are still lots of `NULL`-s in JDK native code.
That's correct. And there's a test to keep it that way:
https://github.com/openjdk/jdk/blob/master/test/hotspot/jtreg/sources/TestNoNULL.java
-------------
PR Comment: https://git.openjdk.org/jdk/pull/24537#issuecomment-2788740007
More information about the hotspot-dev
mailing list