mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-17 09:34:38 +02:00
8258856: VM build without C1/C2 fails after JDK-8243205
Reviewed-by: jiefu, kvn
This commit is contained in:
parent
78c9fb92aa
commit
cdb487a6fd
3 changed files with 7 additions and 0 deletions
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
||||||
|
|
|
@ -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"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue