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

2023-03-21 Thread Johan Sjölen
On Tue, 24 Jan 2023 21:10:31 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 wron

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

2023-01-24 Thread Johan Sjölen
On Tue, 24 Jan 2023 21:10:31 GMT, Johan Sjölen wrote: >> Do the conversion in the share/jfr/ sub-directory and all of its files. > > Johan Sjölen has updated the pull request incrementally with one additional > commit since the last revision: > > Fix outdated copyright Status: Clang fails bu

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

2023-01-24 Thread Johan Sjölen
> Do the conversion in the share/jfr/ sub-directory and all of its files. Johan Sjölen has updated the pull request incrementally with one additional commit since the last revision: Fix outdated copyright - Changes: - all: https://git.openjdk.org/jdk/pull/12034/files - new: h