RFR: JDK-8300243: Replace NULL with nullptr in share/compiler/
Vladimir Kozlov
kvn at openjdk.org
Tue Jan 17 19:08:41 UTC 2023
On Tue, 17 Jan 2023 11:20:28 GMT, Johan Sjölen <jsjolen at openjdk.org> wrote:
> Do the conversion in the share/compiler/ sub-directory and all of its files.
src/hotspot/share/compiler/compiler_globals.hpp line 299:
> 297: "List of methods (pkg/class.name) to restrict compilation to") \
> 298: \
> 299: product(ccstr, CompileCommandFile, nullptr, \
You need to adjust spacing before `` to align with other lines.
-------------
PR: https://git.openjdk.org/jdk/pull/12032
More information about the hotspot-compiler-dev
mailing list