< prev index next >

src/share/vm/gc/parallel/parallelScavengeHeap.hpp

Print this page
rev 8362 : [mq]: hotspot

*** 20,42 **** * or visit www.oracle.com if you need additional information or have any * questions. * */ ! #ifndef SHARE_VM_GC_IMPLEMENTATION_PARALLELSCAVENGE_PARALLELSCAVENGEHEAP_HPP ! #define SHARE_VM_GC_IMPLEMENTATION_PARALLELSCAVENGE_PARALLELSCAVENGEHEAP_HPP ! #include "gc_implementation/parallelScavenge/generationSizer.hpp" ! #include "gc_implementation/parallelScavenge/objectStartArray.hpp" ! #include "gc_implementation/parallelScavenge/psGCAdaptivePolicyCounters.hpp" ! #include "gc_implementation/parallelScavenge/psOldGen.hpp" ! #include "gc_implementation/parallelScavenge/psYoungGen.hpp" ! #include "gc_implementation/shared/gcPolicyCounters.hpp" ! #include "gc_implementation/shared/gcWhen.hpp" ! #include "gc_interface/collectedHeap.hpp" ! #include "memory/collectorPolicy.hpp" ! #include "memory/strongRootsScope.hpp" #include "utilities/ostream.hpp" class AdjoiningGenerations; class GCHeapSummary; class GCTaskManager; --- 20,42 ---- * or visit www.oracle.com if you need additional information or have any * questions. * */ ! #ifndef SHARE_VM_GC_PARALLEL_PARALLELSCAVENGEHEAP_HPP ! #define SHARE_VM_GC_PARALLEL_PARALLELSCAVENGEHEAP_HPP ! #include "gc/parallel/generationSizer.hpp" ! #include "gc/parallel/objectStartArray.hpp" ! #include "gc/parallel/psGCAdaptivePolicyCounters.hpp" ! #include "gc/parallel/psOldGen.hpp" ! #include "gc/parallel/psYoungGen.hpp" ! #include "gc/shared/collectedHeap.hpp" ! #include "gc/shared/collectorPolicy.hpp" ! #include "gc/shared/gcPolicyCounters.hpp" ! #include "gc/shared/gcWhen.hpp" ! #include "gc/shared/strongRootsScope.hpp" #include "utilities/ostream.hpp" class AdjoiningGenerations; class GCHeapSummary; class GCTaskManager;
*** 239,244 **** ParStrongRootsScope(); ~ParStrongRootsScope(); }; }; ! #endif // SHARE_VM_GC_IMPLEMENTATION_PARALLELSCAVENGE_PARALLELSCAVENGEHEAP_HPP --- 239,244 ---- ParStrongRootsScope(); ~ParStrongRootsScope(); }; }; ! #endif // SHARE_VM_GC_PARALLEL_PARALLELSCAVENGEHEAP_HPP
< prev index next >