src/share/vm/gc_implementation/g1/g1BlockOffsetTable.inline.hpp

changeset 6990
1526a938e670
parent 6987
9441d22e429a
child 6992
2c6ef90f030a
     1.1 --- a/src/share/vm/gc_implementation/g1/g1BlockOffsetTable.inline.hpp	Thu Jun 26 13:20:18 2014 +0200
     1.2 +++ b/src/share/vm/gc_implementation/g1/g1BlockOffsetTable.inline.hpp	Thu Jun 26 11:36:58 2014 +0200
     1.3 @@ -26,7 +26,8 @@
     1.4  #define SHARE_VM_GC_IMPLEMENTATION_G1_G1BLOCKOFFSETTABLE_INLINE_HPP
     1.5  
     1.6  #include "gc_implementation/g1/g1BlockOffsetTable.hpp"
     1.7 -#include "gc_implementation/g1/heapRegion.hpp"
     1.8 +#include "gc_implementation/g1/g1CollectedHeap.inline.hpp"
     1.9 +#include "gc_implementation/g1/heapRegion.inline.hpp"
    1.10  #include "memory/space.hpp"
    1.11  
    1.12  inline HeapWord* G1BlockOffsetTable::block_start(const void* addr) {

mercurial