< prev index next >

src/hotspot/share/precompiled/precompiled.hpp

Print this page




  67 # include "classfile/systemDictionary.hpp"
  68 # include "classfile/vmSymbols.hpp"
  69 # include "code/codeBlob.hpp"
  70 # include "code/codeCache.hpp"
  71 # include "code/compressedStream.hpp"
  72 # include "code/debugInfo.hpp"
  73 # include "code/debugInfoRec.hpp"
  74 # include "code/dependencies.hpp"
  75 # include "code/exceptionHandlerTable.hpp"
  76 # include "code/location.hpp"
  77 # include "code/nativeInst.hpp"
  78 # include "code/nmethod.hpp"
  79 # include "code/oopRecorder.hpp"
  80 # include "code/pcDesc.hpp"
  81 # include "code/relocInfo.hpp"
  82 # include "code/stubs.hpp"
  83 # include "code/vmreg.hpp"
  84 # include "compiler/disassembler.hpp"
  85 # include "compiler/methodLiveness.hpp"
  86 # include "compiler/oopMap.hpp"
  87 # include "gc/serial/cSpaceCounters.hpp"
  88 # include "gc/serial/defNewGeneration.hpp"
  89 # include "gc/shared/adaptiveSizePolicy.hpp"
  90 # include "gc/shared/ageTable.hpp"
  91 # include "gc/shared/barrierSet.hpp"
  92 # include "gc/shared/blockOffsetTable.hpp"
  93 # include "gc/shared/cardTableBarrierSet.hpp"
  94 # include "gc/shared/collectedHeap.hpp"
  95 # include "gc/shared/collectorCounters.hpp"
  96 # include "gc/shared/collectorPolicy.hpp"
  97 # include "gc/shared/gcCause.hpp"
  98 # include "gc/shared/gcLocker.hpp"
  99 # include "gc/shared/gcStats.hpp"
 100 # include "gc/shared/gcUtil.hpp"
 101 # include "gc/shared/genCollectedHeap.hpp"
 102 # include "gc/shared/generation.hpp"
 103 # include "gc/shared/generationCounters.hpp"
 104 # include "gc/shared/jvmFlagConstraintsGC.hpp"
 105 # include "gc/shared/modRefBarrierSet.hpp"
 106 # include "gc/shared/referencePolicy.hpp"
 107 # include "gc/shared/referenceProcessor.hpp"
 108 # include "gc/shared/space.hpp"


 277 # include "opto/phaseX.hpp"
 278 # include "opto/regalloc.hpp"
 279 # include "opto/regmask.hpp"
 280 # include "opto/runtime.hpp"
 281 # include "opto/subnode.hpp"
 282 # include "opto/type.hpp"
 283 # include "opto/vectornode.hpp"
 284 #endif // COMPILER2
 285 #ifdef COMPILER1
 286 # include "c1/c1_Compilation.hpp"
 287 # include "c1/c1_Defs.hpp"
 288 # include "c1/c1_FrameMap.hpp"
 289 # include "c1/c1_LIR.hpp"
 290 # include "c1/c1_MacroAssembler.hpp"
 291 # include "c1/c1_ValueType.hpp"
 292 # include "c1/c1_globals.hpp"
 293 #endif // COMPILER1
 294 #if INCLUDE_JVMCI
 295 # include "jvmci/jvmci_globals.hpp"
 296 #endif // INCLUDE_JVMCI
 297 #if INCLUDE_ALL_GCS
 298 # include "gc/cms/allocationStats.hpp"
 299 # include "gc/cms/compactibleFreeListSpace.hpp"
 300 # include "gc/cms/concurrentMarkSweepGeneration.hpp"
 301 # include "gc/cms/freeChunk.hpp"
 302 # include "gc/cms/gSpaceCounters.hpp"
 303 # include "gc/cms/jvmFlagConstraintsCMS.hpp"
 304 # include "gc/cms/parOopClosures.hpp"
 305 # include "gc/cms/promotionInfo.hpp"
 306 # include "gc/cms/yieldingWorkgroup.hpp"
 307 # include "gc/g1/dirtyCardQueue.hpp"
 308 # include "gc/g1/g1BlockOffsetTable.hpp"
 309 # include "gc/g1/g1OopClosures.hpp"
 310 # include "gc/g1/g1_globals.hpp"
 311 # include "gc/g1/jvmFlagConstraintsG1.hpp"
 312 # include "gc/g1/ptrQueue.hpp"
 313 # include "gc/g1/satbMarkQueue.hpp"
 314 # include "gc/parallel/gcAdaptivePolicyCounters.hpp"
 315 # include "gc/parallel/immutableSpace.hpp"
 316 # include "gc/parallel/jvmFlagConstraintsParallel.hpp"
 317 # include "gc/parallel/mutableSpace.hpp"
 318 # include "gc/parallel/objectStartArray.hpp"
 319 # include "gc/parallel/parMarkBitMap.hpp"
 320 # include "gc/parallel/parallelScavengeHeap.hpp"
 321 # include "gc/parallel/psAdaptiveSizePolicy.hpp"
 322 # include "gc/parallel/psCompactionManager.hpp"
 323 # include "gc/parallel/psGCAdaptivePolicyCounters.hpp"
 324 # include "gc/parallel/psGenerationCounters.hpp"
 325 # include "gc/parallel/psOldGen.hpp"
 326 # include "gc/parallel/psVirtualspace.hpp"
 327 # include "gc/parallel/psYoungGen.hpp"
 328 # include "gc/parallel/spaceCounters.hpp"
 329 # include "gc/shared/gcPolicyCounters.hpp"
 330 # include "gc/shared/plab.hpp"
 331 #endif // INCLUDE_ALL_GCS


 332 
 333 #endif // !DONT_USE_PRECOMPILED_HEADER


  67 # include "classfile/systemDictionary.hpp"
  68 # include "classfile/vmSymbols.hpp"
  69 # include "code/codeBlob.hpp"
  70 # include "code/codeCache.hpp"
  71 # include "code/compressedStream.hpp"
  72 # include "code/debugInfo.hpp"
  73 # include "code/debugInfoRec.hpp"
  74 # include "code/dependencies.hpp"
  75 # include "code/exceptionHandlerTable.hpp"
  76 # include "code/location.hpp"
  77 # include "code/nativeInst.hpp"
  78 # include "code/nmethod.hpp"
  79 # include "code/oopRecorder.hpp"
  80 # include "code/pcDesc.hpp"
  81 # include "code/relocInfo.hpp"
  82 # include "code/stubs.hpp"
  83 # include "code/vmreg.hpp"
  84 # include "compiler/disassembler.hpp"
  85 # include "compiler/methodLiveness.hpp"
  86 # include "compiler/oopMap.hpp"


  87 # include "gc/shared/adaptiveSizePolicy.hpp"
  88 # include "gc/shared/ageTable.hpp"
  89 # include "gc/shared/barrierSet.hpp"
  90 # include "gc/shared/blockOffsetTable.hpp"
  91 # include "gc/shared/cardTableBarrierSet.hpp"
  92 # include "gc/shared/collectedHeap.hpp"
  93 # include "gc/shared/collectorCounters.hpp"
  94 # include "gc/shared/collectorPolicy.hpp"
  95 # include "gc/shared/gcCause.hpp"
  96 # include "gc/shared/gcLocker.hpp"
  97 # include "gc/shared/gcStats.hpp"
  98 # include "gc/shared/gcUtil.hpp"
  99 # include "gc/shared/genCollectedHeap.hpp"
 100 # include "gc/shared/generation.hpp"
 101 # include "gc/shared/generationCounters.hpp"
 102 # include "gc/shared/jvmFlagConstraintsGC.hpp"
 103 # include "gc/shared/modRefBarrierSet.hpp"
 104 # include "gc/shared/referencePolicy.hpp"
 105 # include "gc/shared/referenceProcessor.hpp"
 106 # include "gc/shared/space.hpp"


 275 # include "opto/phaseX.hpp"
 276 # include "opto/regalloc.hpp"
 277 # include "opto/regmask.hpp"
 278 # include "opto/runtime.hpp"
 279 # include "opto/subnode.hpp"
 280 # include "opto/type.hpp"
 281 # include "opto/vectornode.hpp"
 282 #endif // COMPILER2
 283 #ifdef COMPILER1
 284 # include "c1/c1_Compilation.hpp"
 285 # include "c1/c1_Defs.hpp"
 286 # include "c1/c1_FrameMap.hpp"
 287 # include "c1/c1_LIR.hpp"
 288 # include "c1/c1_MacroAssembler.hpp"
 289 # include "c1/c1_ValueType.hpp"
 290 # include "c1/c1_globals.hpp"
 291 #endif // COMPILER1
 292 #if INCLUDE_JVMCI
 293 # include "jvmci/jvmci_globals.hpp"
 294 #endif // INCLUDE_JVMCI
 295 #if INCLUDE_CMSGC
 296 # include "gc/cms/allocationStats.hpp"
 297 # include "gc/cms/compactibleFreeListSpace.hpp"
 298 # include "gc/cms/concurrentMarkSweepGeneration.hpp"
 299 # include "gc/cms/freeChunk.hpp"
 300 # include "gc/cms/gSpaceCounters.hpp"
 301 # include "gc/cms/jvmFlagConstraintsCMS.hpp"
 302 # include "gc/cms/parOopClosures.hpp"
 303 # include "gc/cms/promotionInfo.hpp"
 304 # include "gc/cms/yieldingWorkgroup.hpp"
 305 # include "gc/g1/dirtyCardQueue.hpp"
 306 # include "gc/g1/g1BlockOffsetTable.hpp"
 307 # include "gc/g1/g1OopClosures.hpp"
 308 # include "gc/g1/g1_globals.hpp"
 309 # include "gc/g1/jvmFlagConstraintsG1.hpp"
 310 # include "gc/g1/ptrQueue.hpp"
 311 # include "gc/g1/satbMarkQueue.hpp"
 312 # include "gc/parallel/gcAdaptivePolicyCounters.hpp"
 313 # include "gc/parallel/immutableSpace.hpp"
 314 # include "gc/parallel/jvmFlagConstraintsParallel.hpp"
 315 # include "gc/parallel/mutableSpace.hpp"
 316 # include "gc/parallel/objectStartArray.hpp"
 317 # include "gc/parallel/parMarkBitMap.hpp"
 318 # include "gc/parallel/parallelScavengeHeap.hpp"
 319 # include "gc/parallel/psAdaptiveSizePolicy.hpp"
 320 # include "gc/parallel/psCompactionManager.hpp"
 321 # include "gc/parallel/psGCAdaptivePolicyCounters.hpp"
 322 # include "gc/parallel/psGenerationCounters.hpp"
 323 # include "gc/parallel/psOldGen.hpp"
 324 # include "gc/parallel/psVirtualspace.hpp"
 325 # include "gc/parallel/psYoungGen.hpp"
 326 # include "gc/parallel/spaceCounters.hpp"
 327 #endif // INCLUDE_PARALLELGC
 328 #if INCLUDE_SERIALGC
 329 # include "gc/serial/cSpaceCounters.hpp"
 330 # include "gc/serial/defNewGeneration.hpp"
 331 #endif // INCLUDE_SERIALGC
 332 
 333 #endif // !DONT_USE_PRECOMPILED_HEADER
< prev index next >