src/share/vm/gc_implementation/g1/concurrentMark.hpp

changeset 6385
58fc1b1523dc
parent 5548
5888334c9c24
child 6693
8a140676873f
     1.1 --- a/src/share/vm/gc_implementation/g1/concurrentMark.hpp	Thu Mar 06 11:11:04 2014 +0100
     1.2 +++ b/src/share/vm/gc_implementation/g1/concurrentMark.hpp	Fri Mar 14 10:15:46 2014 +0100
     1.3 @@ -25,7 +25,7 @@
     1.4  #ifndef SHARE_VM_GC_IMPLEMENTATION_G1_CONCURRENTMARK_HPP
     1.5  #define SHARE_VM_GC_IMPLEMENTATION_G1_CONCURRENTMARK_HPP
     1.6  
     1.7 -#include "gc_implementation/g1/heapRegionSets.hpp"
     1.8 +#include "gc_implementation/g1/heapRegionSet.hpp"
     1.9  #include "utilities/taskqueue.hpp"
    1.10  
    1.11  class G1CollectedHeap;

mercurial