Re: RFR: JDK-8300245: Replace NULL with nullptr in share/jfr/ [v7]

2023-05-08 Thread Johan Sjölen
On Mon, 8 May 2023 10:00:45 GMT, Johan Sjölen wrote: >> Hi, this PR changes all occurrences of NULL to nullptr for the subdirectory >> share/jfr/. Unfortunately the script that does the change isn't perfect, and >> so we >> need to comb through these manually to make sure nothing has gone wrong

Re: RFR: JDK-8300245: Replace NULL with nullptr in share/jfr/ [v7]

2023-05-08 Thread Johan Sjölen
> Hi, this PR changes all occurrences of NULL to nullptr for the subdirectory > share/jfr/. Unfortunately the script that does the change isn't perfect, and > so we > need to comb through these manually to make sure nothing has gone wrong. I > also review these changes but things slip past my ey