src/hotspot/share/gc/shenandoah/shenandoahHeapRegionSet.inline.hpp
changeset 53244 9807daeb47c4
parent 52925 9c18c9d839d3
equal deleted inserted replaced
53243:8bea4144b21c 53244:9807daeb47c4
    19  * or visit www.oracle.com if you need additional information or have any
    19  * or visit www.oracle.com if you need additional information or have any
    20  * questions.
    20  * questions.
    21  *
    21  *
    22  */
    22  */
    23 
    23 
    24 #ifndef SHARE_VM_GC_SHENANDOAH_SHENANDOAHHEAPREGIONSET_INLINE_HPP
    24 #ifndef SHARE_GC_SHENANDOAH_SHENANDOAHHEAPREGIONSET_INLINE_HPP
    25 #define SHARE_VM_GC_SHENANDOAH_SHENANDOAHHEAPREGIONSET_INLINE_HPP
    25 #define SHARE_GC_SHENANDOAH_SHENANDOAHHEAPREGIONSET_INLINE_HPP
    26 
    26 
    27 #include "gc/shenandoah/shenandoahHeapRegionSet.hpp"
    27 #include "gc/shenandoah/shenandoahHeapRegionSet.hpp"
    28 #include "gc/shenandoah/shenandoahHeap.hpp"
    28 #include "gc/shenandoah/shenandoahHeap.hpp"
    29 #include "gc/shenandoah/shenandoahHeap.inline.hpp"
    29 #include "gc/shenandoah/shenandoahHeap.inline.hpp"
    30 #include "gc/shenandoah/shenandoahHeapRegion.hpp"
    30 #include "gc/shenandoah/shenandoahHeapRegion.hpp"
    44   // no need to subtract the bottom of the heap from p,
    44   // no need to subtract the bottom of the heap from p,
    45   // _biased_set_map is biased
    45   // _biased_set_map is biased
    46   return _biased_set_map[index] == 1;
    46   return _biased_set_map[index] == 1;
    47 }
    47 }
    48 
    48 
    49 #endif // SHARE_VM_GC_SHENANDOAH_SHENANDOAHHEAPREGIONSET_INLINE_HPP
    49 #endif // SHARE_GC_SHENANDOAH_SHENANDOAHHEAPREGIONSET_INLINE_HPP