src/hotspot/share/gc/shenandoah/shenandoahMarkCompact.hpp
changeset 53244 9807daeb47c4
parent 52925 9c18c9d839d3
child 55076 785a12e0f89b
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_SHENANDOAHMARKCOMPACT_HPP
    24 #ifndef SHARE_GC_SHENANDOAH_SHENANDOAHMARKCOMPACT_HPP
    25 #define SHARE_VM_GC_SHENANDOAH_SHENANDOAHMARKCOMPACT_HPP
    25 #define SHARE_GC_SHENANDOAH_SHENANDOAHMARKCOMPACT_HPP
    26 
    26 
    27 #include "gc/shared/gcTimer.hpp"
    27 #include "gc/shared/gcTimer.hpp"
    28 #include "gc/shenandoah/shenandoahHeap.hpp"
    28 #include "gc/shenandoah/shenandoahHeap.hpp"
    29 #include "gc/shenandoah/shenandoahHeapRegionSet.hpp"
    29 #include "gc/shenandoah/shenandoahHeapRegionSet.hpp"
    30 
    30 
    66   void calculate_target_humongous_objects();
    66   void calculate_target_humongous_objects();
    67   void compact_humongous_objects();
    67   void compact_humongous_objects();
    68 
    68 
    69 };
    69 };
    70 
    70 
    71 #endif // SHARE_VM_GC_SHENANDOAH_SHENANDOAHMARKCOMPACT_HPP
    71 #endif // SHARE_GC_SHENANDOAH_SHENANDOAHMARKCOMPACT_HPP