src/hotspot/share/precompiled/precompiled.hpp
changeset 49982 9042ffe5b7fe
parent 49902 3661f31c6df4
child 50429 83aec1d357d4
child 56533 28a4f284ad83
equal deleted inserted replaced
49981:bd0a95bec96b 49982:9042ffe5b7fe
    82 # include "code/stubs.hpp"
    82 # include "code/stubs.hpp"
    83 # include "code/vmreg.hpp"
    83 # include "code/vmreg.hpp"
    84 # include "compiler/disassembler.hpp"
    84 # include "compiler/disassembler.hpp"
    85 # include "compiler/methodLiveness.hpp"
    85 # include "compiler/methodLiveness.hpp"
    86 # include "compiler/oopMap.hpp"
    86 # include "compiler/oopMap.hpp"
    87 # include "gc/serial/cSpaceCounters.hpp"
       
    88 # include "gc/serial/defNewGeneration.hpp"
       
    89 # include "gc/shared/adaptiveSizePolicy.hpp"
    87 # include "gc/shared/adaptiveSizePolicy.hpp"
    90 # include "gc/shared/ageTable.hpp"
    88 # include "gc/shared/ageTable.hpp"
    91 # include "gc/shared/barrierSet.hpp"
    89 # include "gc/shared/barrierSet.hpp"
    92 # include "gc/shared/blockOffsetTable.hpp"
    90 # include "gc/shared/blockOffsetTable.hpp"
    93 # include "gc/shared/cardTableBarrierSet.hpp"
    91 # include "gc/shared/cardTableBarrierSet.hpp"
   292 # include "c1/c1_globals.hpp"
   290 # include "c1/c1_globals.hpp"
   293 #endif // COMPILER1
   291 #endif // COMPILER1
   294 #if INCLUDE_JVMCI
   292 #if INCLUDE_JVMCI
   295 # include "jvmci/jvmci_globals.hpp"
   293 # include "jvmci/jvmci_globals.hpp"
   296 #endif // INCLUDE_JVMCI
   294 #endif // INCLUDE_JVMCI
   297 #if INCLUDE_ALL_GCS
   295 #if INCLUDE_CMSGC
   298 # include "gc/cms/allocationStats.hpp"
   296 # include "gc/cms/allocationStats.hpp"
   299 # include "gc/cms/compactibleFreeListSpace.hpp"
   297 # include "gc/cms/compactibleFreeListSpace.hpp"
   300 # include "gc/cms/concurrentMarkSweepGeneration.hpp"
   298 # include "gc/cms/concurrentMarkSweepGeneration.hpp"
   301 # include "gc/cms/freeChunk.hpp"
   299 # include "gc/cms/freeChunk.hpp"
   302 # include "gc/cms/gSpaceCounters.hpp"
   300 # include "gc/cms/gSpaceCounters.hpp"
   303 # include "gc/cms/jvmFlagConstraintsCMS.hpp"
   301 # include "gc/cms/jvmFlagConstraintsCMS.hpp"
   304 # include "gc/cms/parOopClosures.hpp"
   302 # include "gc/cms/parOopClosures.hpp"
   305 # include "gc/cms/promotionInfo.hpp"
   303 # include "gc/cms/promotionInfo.hpp"
   306 # include "gc/cms/yieldingWorkgroup.hpp"
   304 # include "gc/cms/yieldingWorkgroup.hpp"
       
   305 #endif // INCLUDE_CMSGC
       
   306 #if INCLUDE_G1GC
   307 # include "gc/g1/dirtyCardQueue.hpp"
   307 # include "gc/g1/dirtyCardQueue.hpp"
   308 # include "gc/g1/g1BlockOffsetTable.hpp"
   308 # include "gc/g1/g1BlockOffsetTable.hpp"
   309 # include "gc/g1/g1OopClosures.hpp"
   309 # include "gc/g1/g1OopClosures.hpp"
   310 # include "gc/g1/g1_globals.hpp"
   310 # include "gc/g1/g1_globals.hpp"
   311 # include "gc/g1/jvmFlagConstraintsG1.hpp"
   311 # include "gc/g1/jvmFlagConstraintsG1.hpp"
   312 # include "gc/g1/ptrQueue.hpp"
   312 # include "gc/g1/ptrQueue.hpp"
   313 # include "gc/g1/satbMarkQueue.hpp"
   313 # include "gc/g1/satbMarkQueue.hpp"
       
   314 #endif // INCLUDE_G1GC
       
   315 #if INCLUDE_PARALLELGC
   314 # include "gc/parallel/gcAdaptivePolicyCounters.hpp"
   316 # include "gc/parallel/gcAdaptivePolicyCounters.hpp"
   315 # include "gc/parallel/immutableSpace.hpp"
   317 # include "gc/parallel/immutableSpace.hpp"
   316 # include "gc/parallel/jvmFlagConstraintsParallel.hpp"
   318 # include "gc/parallel/jvmFlagConstraintsParallel.hpp"
   317 # include "gc/parallel/mutableSpace.hpp"
   319 # include "gc/parallel/mutableSpace.hpp"
   318 # include "gc/parallel/objectStartArray.hpp"
   320 # include "gc/parallel/objectStartArray.hpp"
   324 # include "gc/parallel/psGenerationCounters.hpp"
   326 # include "gc/parallel/psGenerationCounters.hpp"
   325 # include "gc/parallel/psOldGen.hpp"
   327 # include "gc/parallel/psOldGen.hpp"
   326 # include "gc/parallel/psVirtualspace.hpp"
   328 # include "gc/parallel/psVirtualspace.hpp"
   327 # include "gc/parallel/psYoungGen.hpp"
   329 # include "gc/parallel/psYoungGen.hpp"
   328 # include "gc/parallel/spaceCounters.hpp"
   330 # include "gc/parallel/spaceCounters.hpp"
   329 # include "gc/shared/gcPolicyCounters.hpp"
   331 #endif // INCLUDE_PARALLELGC
   330 # include "gc/shared/plab.hpp"
   332 #if INCLUDE_SERIALGC
   331 #endif // INCLUDE_ALL_GCS
   333 # include "gc/serial/cSpaceCounters.hpp"
       
   334 # include "gc/serial/defNewGeneration.hpp"
       
   335 #endif // INCLUDE_SERIALGC
   332 
   336 
   333 #endif // !DONT_USE_PRECOMPILED_HEADER
   337 #endif // !DONT_USE_PRECOMPILED_HEADER