< prev index next >

src/hotspot/share/precompiled/precompiled.hpp

Print this page

        

*** 82,93 **** # include "code/stubs.hpp" # include "code/vmreg.hpp" # include "compiler/disassembler.hpp" # include "compiler/methodLiveness.hpp" # include "compiler/oopMap.hpp" - # include "gc/serial/cSpaceCounters.hpp" - # include "gc/serial/defNewGeneration.hpp" # include "gc/shared/adaptiveSizePolicy.hpp" # include "gc/shared/ageTable.hpp" # include "gc/shared/barrierSet.hpp" # include "gc/shared/blockOffsetTable.hpp" # include "gc/shared/cardTableBarrierSet.hpp" --- 82,91 ----
*** 292,302 **** # 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/allocationStats.hpp" # include "gc/cms/compactibleFreeListSpace.hpp" # include "gc/cms/concurrentMarkSweepGeneration.hpp" # include "gc/cms/freeChunk.hpp" # include "gc/cms/gSpaceCounters.hpp" --- 290,300 ---- # include "c1/c1_globals.hpp" #endif // COMPILER1 #if INCLUDE_JVMCI # include "jvmci/jvmci_globals.hpp" #endif // INCLUDE_JVMCI ! #if INCLUDE_CMSGC # include "gc/cms/allocationStats.hpp" # include "gc/cms/compactibleFreeListSpace.hpp" # include "gc/cms/concurrentMarkSweepGeneration.hpp" # include "gc/cms/freeChunk.hpp" # include "gc/cms/gSpaceCounters.hpp"
*** 324,333 **** # include "gc/parallel/psGenerationCounters.hpp" # include "gc/parallel/psOldGen.hpp" # include "gc/parallel/psVirtualspace.hpp" # include "gc/parallel/psYoungGen.hpp" # include "gc/parallel/spaceCounters.hpp" ! # include "gc/shared/gcPolicyCounters.hpp" ! # include "gc/shared/plab.hpp" ! #endif // INCLUDE_ALL_GCS #endif // !DONT_USE_PRECOMPILED_HEADER --- 322,333 ---- # include "gc/parallel/psGenerationCounters.hpp" # include "gc/parallel/psOldGen.hpp" # include "gc/parallel/psVirtualspace.hpp" # include "gc/parallel/psYoungGen.hpp" # include "gc/parallel/spaceCounters.hpp" ! #endif // INCLUDE_PARALLELGC ! #if INCLUDE_SERIALGC ! # include "gc/serial/cSpaceCounters.hpp" ! # include "gc/serial/defNewGeneration.hpp" ! #endif // INCLUDE_SERIALGC #endif // !DONT_USE_PRECOMPILED_HEADER
< prev index next >