RFR: 8292691: Move unnecessary inline methods out of compilerDefinitions.hpp

Vladimir Kozlov kvn at openjdk.org
Fri Aug 19 23:19:30 UTC 2022


On Fri, 19 Aug 2022 21:44:39 GMT, Ioi Lam <iklam at openjdk.org> wrote:

> Many of the inline functions in compilerDefinitions.hpp don't seem to be performance critical. They should be moved into compilerDefinitions.cpp to improve C++ compilation time
> 
> This reduces the inclusion of the following headers from 762 to 319:
> 
> - compiler_globals.hpp
> - c1_globals.hpp
> - c2_globals.hpp
> - jvmci_globals.hpp

Looks fine.

-------------

Marked as reviewed by kvn (Reviewer).

PR: https://git.openjdk.org/jdk/pull/9953


More information about the hotspot-compiler-dev mailing list