RFR: 8258074: Move some flags related to compiler to compiler_globals.hpp [v2]

Vladimir Kozlov kvn at openjdk.java.net
Fri Dec 11 18:32:57 UTC 2020


On Fri, 11 Dec 2020 07:22:19 GMT, Ioi Lam <iklam at openjdk.org> wrote:

>> Many flags in globals.hpp are related to the compiler, and are mostly used only by the compiler source files. These flags should be moved to compiler_globals.hpp
>> 
>> Examples:
>> 
>> - CompileCommandFile
>> - Tier2CompileThreshold
>> - HugeMethodLimit
>> 
>> This speeds up HotSpot build time, and improves modularity.
>> 
>> This RFE is the first step -- it moves a few dozen flags that are straight-forward to move. Other flags may be moved by follow-up RFEs.
>
> Ioi Lam has updated the pull request incrementally with one additional commit since the last revision:
> 
>   fixed gtest

Good.

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

Marked as reviewed by kvn (Reviewer).

PR: https://git.openjdk.java.net/jdk/pull/1746


More information about the hotspot-dev mailing list