src/hotspot/share/gc/epsilon/epsilon_globals.hpp
changeset 53244 9807daeb47c4
parent 51645 c5f700de5450
child 54982 b18c8301b8c2
equal deleted inserted replaced
53243:8bea4144b21c 53244:9807daeb47c4
    20  * or visit www.oracle.com if you need additional information or have any
    20  * or visit www.oracle.com if you need additional information or have any
    21  * questions.
    21  * questions.
    22  *
    22  *
    23  */
    23  */
    24 
    24 
    25 #ifndef SHARE_VM_GC_EPSILON_GLOBALS_HPP
    25 #ifndef SHARE_GC_EPSILON_EPSILON_GLOBALS_HPP
    26 #define SHARE_VM_GC_EPSILON_GLOBALS_HPP
    26 #define SHARE_GC_EPSILON_EPSILON_GLOBALS_HPP
    27 
    27 
    28 #include "runtime/globals.hpp"
    28 #include "runtime/globals.hpp"
    29 //
    29 //
    30 // Defines all globals flags used by the Epsilon GC.
    30 // Defines all globals flags used by the Epsilon GC.
    31 //
    31 //
    91   experimental(size_t, EpsilonMinHeapExpand, 128 * M,                       \
    91   experimental(size_t, EpsilonMinHeapExpand, 128 * M,                       \
    92           "Min expansion step for heap. Larger value improves performance " \
    92           "Min expansion step for heap. Larger value improves performance " \
    93           "at the potential expense of memory waste.")                      \
    93           "at the potential expense of memory waste.")                      \
    94           range(1, max_intx)
    94           range(1, max_intx)
    95 
    95 
    96 #endif // SHARE_VM_GC_EPSILON_GLOBALS_HPP
    96 #endif // SHARE_GC_EPSILON_EPSILON_GLOBALS_HPP