src/hotspot/share/gc/shenandoah/vmStructs_shenandoah.hpp
changeset 53244 9807daeb47c4
parent 52925 9c18c9d839d3
child 54388 a1acc800c87a
equal deleted inserted replaced
53243:8bea4144b21c 53244:9807daeb47c4
    18  * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
    18  * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
    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 #ifndef SHARE_VM_GC_SHENANDOAH_VMSTRUCTS_SHENANDOAH_HPP
    23 #ifndef SHARE_GC_SHENANDOAH_VMSTRUCTS_SHENANDOAH_HPP
    24 #define SHARE_VM_GC_SHENANDOAH_VMSTRUCTS_SHENANDOAH_HPP
    24 #define SHARE_GC_SHENANDOAH_VMSTRUCTS_SHENANDOAH_HPP
    25 
    25 
    26 #include "gc/shenandoah/shenandoahHeap.hpp"
    26 #include "gc/shenandoah/shenandoahHeap.hpp"
    27 #include "gc/shenandoah/shenandoahHeapRegion.hpp"
    27 #include "gc/shenandoah/shenandoahHeapRegion.hpp"
    28 #include "gc/shenandoah/shenandoahMonitoringSupport.hpp"
    28 #include "gc/shenandoah/shenandoahMonitoringSupport.hpp"
    29 
    29 
    41   declare_type(ShenandoahHeap, CollectedHeap)                                 \
    41   declare_type(ShenandoahHeap, CollectedHeap)                                 \
    42   declare_type(ShenandoahHeapRegion, ContiguousSpace)                         \
    42   declare_type(ShenandoahHeapRegion, ContiguousSpace)                         \
    43   declare_toplevel_type(ShenandoahHeap*)                                      \
    43   declare_toplevel_type(ShenandoahHeap*)                                      \
    44   declare_toplevel_type(ShenandoahHeapRegion*)                                \
    44   declare_toplevel_type(ShenandoahHeapRegion*)                                \
    45 
    45 
    46 #endif // SHARE_VM_GC_SHENANDOAH_VMSTRUCTS_SHENANDOAH_HPP
    46 #endif // SHARE_GC_SHENANDOAH_VMSTRUCTS_SHENANDOAH_HPP