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.
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.
- relates to
-
JDK-8258857 Zero: non-PCH release build fails after JDK-8258074
- Resolved
-
JDK-8243205 Modularize JVM flags declaration
- Resolved