src/hotspot/share/gc/shenandoah/shenandoahHeapRegionCounters.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_SHENANDOAHHEAPREGIONCOUNTERS_HPP
    24 #ifndef SHARE_GC_SHENANDOAH_SHENANDOAHHEAPREGIONCOUNTERS_HPP
    25 #define SHARE_VM_GC_SHENANDOAH_SHENANDOAHHEAPREGIONCOUNTERS_HPP
    25 #define SHARE_GC_SHENANDOAH_SHENANDOAHHEAPREGIONCOUNTERS_HPP
    26 
    26 
    27 #include "memory/allocation.hpp"
    27 #include "memory/allocation.hpp"
    28 
    28 
    29 /**
    29 /**
    30  * This provides the following in JVMStat:
    30  * This provides the following in JVMStat:
    80   ShenandoahHeapRegionCounters();
    80   ShenandoahHeapRegionCounters();
    81   ~ShenandoahHeapRegionCounters();
    81   ~ShenandoahHeapRegionCounters();
    82   void update();
    82   void update();
    83 };
    83 };
    84 
    84 
    85 #endif // SHARE_VM_GC_SHENANDOAH_SHENANDOAHHEAPREGIONCOUNTERS_HPP
    85 #endif // SHARE_GC_SHENANDOAH_SHENANDOAHHEAPREGIONCOUNTERS_HPP