On Tue, 30 May 2023 19:15:38 GMT, Johan Sjölen <[email protected]> wrote:
>> A final sweep of Hotspot to remove all re-added NULLs. With only 110 changes
>> I'd appreciate if this was considered trivial.
>
> Johan Sjölen has updated the pull request incrementally with two additional
> commits since the last revision:
>
> - Align
> - Suggestions
For Visual C++, that would be #pragma deprecated("NULL")
To quote Microsoft:
"You can deprecate macro names. Place the macro name in quotes or else macro
expansion will occur."
I have no idea how to achieve this with the xlc compiler
-------------
PR Comment: https://git.openjdk.org/jdk/pull/14198#issuecomment-1902611263