8243205: Modularize JVM flags declaration

Reviewed-by: kvn, coleenp, stefank
This commit is contained in:
Ioi Lam 2020-12-11 04:18:54 +00:00
parent 8befc3210d
commit 1d15ebe19e
27 changed files with 336 additions and 191 deletions

View file

@ -28,6 +28,7 @@
#include "asm/codeBuffer.hpp"
#include "ci/compilerInterface.hpp"
#include "code/debugInfoRec.hpp"
#include "compiler/compiler_globals.hpp"
#include "compiler/compilerOracle.hpp"
#include "compiler/compileBroker.hpp"
#include "compiler/compilerEvent.hpp"