< prev index next >

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

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

*** 20,39 **** * or visit www.oracle.com if you need additional information or have any * questions. * */ ! #ifndef SHARE_VM_GC_IMPLEMENTATION_G1_G1PARSCANTHREADSTATE_HPP ! #define SHARE_VM_GC_IMPLEMENTATION_G1_G1PARSCANTHREADSTATE_HPP ! #include "gc_implementation/g1/dirtyCardQueue.hpp" ! #include "gc_implementation/g1/g1SATBCardTableModRefBS.hpp" ! #include "gc_implementation/g1/g1CollectedHeap.hpp" ! #include "gc_implementation/g1/g1CollectorPolicy.hpp" ! #include "gc_implementation/g1/g1OopClosures.hpp" ! #include "gc_implementation/g1/g1RemSet.hpp" ! #include "gc_implementation/shared/ageTable.hpp" #include "memory/allocation.hpp" #include "oops/oop.hpp" class HeapRegion; class outputStream; --- 20,39 ---- * or visit www.oracle.com if you need additional information or have any * questions. * */ ! #ifndef SHARE_VM_GC_G1_G1PARSCANTHREADSTATE_HPP ! #define SHARE_VM_GC_G1_G1PARSCANTHREADSTATE_HPP ! #include "gc/g1/dirtyCardQueue.hpp" ! #include "gc/g1/g1CollectedHeap.hpp" ! #include "gc/g1/g1CollectorPolicy.hpp" ! #include "gc/g1/g1OopClosures.hpp" ! #include "gc/g1/g1RemSet.hpp" ! #include "gc/g1/g1SATBCardTableModRefBS.hpp" ! #include "gc/shared/ageTable.hpp" #include "memory/allocation.hpp" #include "oops/oop.hpp" class HeapRegion; class outputStream;
*** 211,216 **** void trim_queue(); inline void steal_and_trim_queue(RefToScanQueueSet *task_queues); }; ! #endif // SHARE_VM_GC_IMPLEMENTATION_G1_G1PARSCANTHREADSTATE_HPP --- 211,216 ---- void trim_queue(); inline void steal_and_trim_queue(RefToScanQueueSet *task_queues); }; ! #endif // SHARE_VM_GC_G1_G1PARSCANTHREADSTATE_HPP
< prev index next >