index

src/share/vm/gc_implementation/parallelScavenge/vmPSOperations.hpp

Print this page
rev 8024 : imported patch event1
* * *
imported patch event2

*** 29,39 **** #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); virtual VMOp_Type type() const { return VMOp_ParallelGCFailedAllocation; } virtual void doit(); --- 29,39 ---- #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, uint gc_attempt); virtual VMOp_Type type() const { return VMOp_ParallelGCFailedAllocation; } virtual void doit();
index