< prev index next >

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

Print this page
rev 8362 : 8079792: GC directory structure cleanup
Reviewed-by:

*** 20,35 **** * or visit www.oracle.com if you need additional information or have any * questions. * */ ! #ifndef SHARE_VM_GC_IMPLEMENTATION_PARALLELSCAVENGE_VMPSOPERATIONS_HPP ! #define SHARE_VM_GC_IMPLEMENTATION_PARALLELSCAVENGE_VMPSOPERATIONS_HPP ! #include "gc_implementation/parallelScavenge/parallelScavengeHeap.hpp" ! #include "gc_implementation/shared/vmGCOperations.hpp" ! #include "gc_interface/gcCause.hpp" class VM_ParallelGCFailedAllocation : public VM_CollectForAllocation { public: VM_ParallelGCFailedAllocation(size_t word_size, uint gc_count); --- 20,35 ---- * or visit www.oracle.com if you need additional information or have any * questions. * */ ! #ifndef SHARE_VM_GC_PARALLEL_VMPSOPERATIONS_HPP ! #define SHARE_VM_GC_PARALLEL_VMPSOPERATIONS_HPP ! #include "gc/parallel/parallelScavengeHeap.hpp" ! #include "gc/shared/gcCause.hpp" ! #include "gc/shared/vmGCOperations.hpp" class VM_ParallelGCFailedAllocation : public VM_CollectForAllocation { public: VM_ParallelGCFailedAllocation(size_t word_size, uint gc_count);
*** 44,49 **** VM_ParallelGCSystemGC(uint gc_count, uint full_gc_count, GCCause::Cause gc_cause); virtual VMOp_Type type() const { return VMOp_ParallelGCSystemGC; } virtual void doit(); }; ! #endif // SHARE_VM_GC_IMPLEMENTATION_PARALLELSCAVENGE_VMPSOPERATIONS_HPP --- 44,49 ---- VM_ParallelGCSystemGC(uint gc_count, uint full_gc_count, GCCause::Cause gc_cause); virtual VMOp_Type type() const { return VMOp_ParallelGCSystemGC; } virtual void doit(); }; ! #endif // SHARE_VM_GC_PARALLEL_VMPSOPERATIONS_HPP
< prev index next >