hotspot/src/share/vm/gc/g1/g1BlockOffsetTable.inline.hpp
changeset 32389 626f27450e12
parent 30764 fec48bf5a827
child 32598 70b490faa49f
equal deleted inserted replaced
32388:81663b0d3631 32389:626f27450e12
    24 
    24 
    25 #ifndef SHARE_VM_GC_G1_G1BLOCKOFFSETTABLE_INLINE_HPP
    25 #ifndef SHARE_VM_GC_G1_G1BLOCKOFFSETTABLE_INLINE_HPP
    26 #define SHARE_VM_GC_G1_G1BLOCKOFFSETTABLE_INLINE_HPP
    26 #define SHARE_VM_GC_G1_G1BLOCKOFFSETTABLE_INLINE_HPP
    27 
    27 
    28 #include "gc/g1/g1BlockOffsetTable.hpp"
    28 #include "gc/g1/g1BlockOffsetTable.hpp"
    29 #include "gc/g1/heapRegion.inline.hpp"
    29 #include "gc/g1/heapRegion.hpp"
    30 #include "gc/shared/space.hpp"
    30 #include "gc/shared/space.hpp"
    31 
    31 
    32 inline HeapWord* G1BlockOffsetTable::block_start(const void* addr) {
    32 inline HeapWord* G1BlockOffsetTable::block_start(const void* addr) {
    33   if (addr >= _bottom && addr < _end) {
    33   if (addr >= _bottom && addr < _end) {
    34     return block_start_unsafe(addr);
    34     return block_start_unsafe(addr);