src/hotspot/share/gc/shenandoah/shenandoahNumberSeq.hpp
changeset 53244 9807daeb47c4
parent 52925 9c18c9d839d3
child 54848 5d8c5c7bca95
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_SHENANDOAHNUMBERSEQ_HPP
    24 #ifndef SHARE_GC_SHENANDOAH_SHENANDOAHNUMBERSEQ_HPP
    25 #define SHARE_VM_GC_SHENANDOAH_SHENANDOAHNUMBERSEQ_HPP
    25 #define SHARE_GC_SHENANDOAH_SHENANDOAHNUMBERSEQ_HPP
    26 
    26 
    27 #include "utilities/numberSeq.hpp"
    27 #include "utilities/numberSeq.hpp"
    28 
    28 
    29 // HDR sequence stores the low-resolution high-dynamic-range values.
    29 // HDR sequence stores the low-resolution high-dynamic-range values.
    30 // It does so by maintaining the double array, where first array defines
    30 // It does so by maintaining the double array, where first array defines
    69   size_t sum() const;
    69   size_t sum() const;
    70   int min_level() const;
    70   int min_level() const;
    71   int max_level() const;
    71   int max_level() const;
    72 };
    72 };
    73 
    73 
    74 #endif // SHARE_VM_GC_SHENANDOAH_SHENANDOAHNUMBERSEQ_HPP
    74 #endif // SHARE_GC_SHENANDOAH_SHENANDOAHNUMBERSEQ_HPP