src/share/vm/precompiled/precompiled.hpp
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File hotspot Cdiff src/share/vm/precompiled/precompiled.hpp

src/share/vm/precompiled/precompiled.hpp

Print this page

        

*** 291,300 **** --- 291,303 ---- # include "c1/c1_LIR.hpp" # include "c1/c1_MacroAssembler.hpp" # include "c1/c1_ValueType.hpp" # include "c1/c1_globals.hpp" #endif // COMPILER1 + #if INCLUDE_JVMCI + # include "jvmci/jvmci_globals.hpp" + #endif // INCLUDE_JVMCI #if INCLUDE_ALL_GCS # include "gc/cms/compactibleFreeListSpace.hpp" # include "gc/cms/concurrentMarkSweepGeneration.hpp" # include "gc/cms/freeChunk.hpp" # include "gc/cms/parOopClosures.hpp"
src/share/vm/precompiled/precompiled.hpp
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File