comparison src/share/vm/gc_implementation/g1/concurrentMark.hpp @ 17736:58fc1b1523dc

8034079: G1: Refactor the HeapRegionSet hierarchy Reviewed-by: tschatzl, pliden
author brutisso
date Fri, 14 Mar 2014 10:15:46 +0100
parents 5888334c9c24
children 8a140676873f
comparison
equal deleted inserted replaced
17735:8f28240318a2 17736:58fc1b1523dc
23 */ 23 */
24 24
25 #ifndef SHARE_VM_GC_IMPLEMENTATION_G1_CONCURRENTMARK_HPP 25 #ifndef SHARE_VM_GC_IMPLEMENTATION_G1_CONCURRENTMARK_HPP
26 #define SHARE_VM_GC_IMPLEMENTATION_G1_CONCURRENTMARK_HPP 26 #define SHARE_VM_GC_IMPLEMENTATION_G1_CONCURRENTMARK_HPP
27 27
28 #include "gc_implementation/g1/heapRegionSets.hpp" 28 #include "gc_implementation/g1/heapRegionSet.hpp"
29 #include "utilities/taskqueue.hpp" 29 #include "utilities/taskqueue.hpp"
30 30
31 class G1CollectedHeap; 31 class G1CollectedHeap;
32 class CMTask; 32 class CMTask;
33 typedef GenericTaskQueue<oop, mtGC> CMTaskQueue; 33 typedef GenericTaskQueue<oop, mtGC> CMTaskQueue;