8258856: VM build without C1/C2 fails after JDK-8243205

Reviewed-by: jiefu, kvn
This commit is contained in:
Hao Sun 2020-12-23 23:14:37 +00:00 committed by Jie Fu
parent 78c9fb92aa
commit cdb487a6fd
3 changed files with 7 additions and 0 deletions

View file

@ -46,6 +46,9 @@
#ifdef COMPILER2 #ifdef COMPILER2
#include "opto/runtime.hpp" #include "opto/runtime.hpp"
#endif #endif
#if INCLUDE_JVMCI
#include "jvmci/jvmci_globals.hpp"
#endif
#if INCLUDE_ZGC #if INCLUDE_ZGC
#include "gc/z/zThreadLocalData.hpp" #include "gc/z/zThreadLocalData.hpp"
#endif #endif

View file

@ -46,6 +46,9 @@
#ifdef COMPILER2 #ifdef COMPILER2
#include "opto/optoreg.hpp" #include "opto/optoreg.hpp"
#endif #endif
#if INCLUDE_JVMCI
#include "jvmci/jvmci_globals.hpp"
#endif
// OopMapStream // OopMapStream

View file

@ -23,6 +23,7 @@
// no precompiled headers // no precompiled headers
#include "ci/ciUtilities.hpp" #include "ci/ciUtilities.hpp"
#include "compiler/compiler_globals.hpp"
#include "gc/shared/barrierSet.hpp" #include "gc/shared/barrierSet.hpp"
#include "gc/shared/cardTable.hpp" #include "gc/shared/cardTable.hpp"
#include "gc/shared/collectedHeap.hpp" #include "gc/shared/collectedHeap.hpp"