< prev index next >

src/share/vm/gc/g1/g1EvacFailure.hpp

Print this page
rev 8362 : [mq]: hotspot

*** 20,36 **** * or visit www.oracle.com if you need additional information or have any * questions. * */ ! #ifndef SHARE_VM_GC_IMPLEMENTATION_G1_G1EVACFAILURE_HPP ! #define SHARE_VM_GC_IMPLEMENTATION_G1_G1EVACFAILURE_HPP ! #include "gc_implementation/g1/g1OopClosures.hpp" ! #include "gc_implementation/g1/heapRegionManager.hpp" #include "utilities/globalDefinitions.hpp" - #include "utilities/workgroup.hpp" class G1CollectedHeap; // Task to fixup self-forwarding pointers // installed as a result of an evacuation failure. --- 20,36 ---- * or visit www.oracle.com if you need additional information or have any * questions. * */ ! #ifndef SHARE_VM_GC_G1_G1EVACFAILURE_HPP ! #define SHARE_VM_GC_G1_G1EVACFAILURE_HPP ! #include "gc/g1/g1OopClosures.hpp" ! #include "gc/g1/heapRegionManager.hpp" ! #include "gc/shared/workgroup.hpp" #include "utilities/globalDefinitions.hpp" class G1CollectedHeap; // Task to fixup self-forwarding pointers // installed as a result of an evacuation failure.
*** 43,48 **** G1ParRemoveSelfForwardPtrsTask(G1CollectedHeap* g1h); void work(uint worker_id); }; ! #endif // SHARE_VM_GC_IMPLEMENTATION_G1_G1EVACFAILURE_HPP --- 43,48 ---- G1ParRemoveSelfForwardPtrsTask(G1CollectedHeap* g1h); void work(uint worker_id); }; ! #endif // SHARE_VM_GC_G1_G1EVACFAILURE_HPP
< prev index next >