src/hotspot/share/gc/shenandoah/shenandoahHeapRegion.hpp
changeset 53244 9807daeb47c4
parent 52925 9c18c9d839d3
child 54045 c97c87e96897
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_SHENANDOAHHEAPREGION_HPP
    24 #ifndef SHARE_GC_SHENANDOAH_SHENANDOAHHEAPREGION_HPP
    25 #define SHARE_VM_GC_SHENANDOAH_SHENANDOAHHEAPREGION_HPP
    25 #define SHARE_GC_SHENANDOAH_SHENANDOAHHEAPREGION_HPP
    26 
    26 
    27 #include "gc/shared/space.hpp"
    27 #include "gc/shared/space.hpp"
    28 #include "gc/shenandoah/shenandoahAllocRequest.hpp"
    28 #include "gc/shenandoah/shenandoahAllocRequest.hpp"
    29 #include "gc/shenandoah/shenandoahAsserts.hpp"
    29 #include "gc/shenandoah/shenandoahAsserts.hpp"
    30 #include "gc/shenandoah/shenandoahHeap.hpp"
    30 #include "gc/shenandoah/shenandoahHeap.hpp"
   426   void oop_iterate_humongous(OopIterateClosure* cl);
   426   void oop_iterate_humongous(OopIterateClosure* cl);
   427 
   427 
   428   inline void internal_increase_live_data(size_t s);
   428   inline void internal_increase_live_data(size_t s);
   429 };
   429 };
   430 
   430 
   431 #endif // SHARE_VM_GC_SHENANDOAH_SHENANDOAHHEAPREGION_HPP
   431 #endif // SHARE_GC_SHENANDOAH_SHENANDOAHHEAPREGION_HPP