src/hotspot/share/gc/epsilon/epsilonThreadLocalData.hpp
branchepsilon-gc-branch
changeset 56635 50ad8ee62366
parent 56581 d6ace215b52c
equal deleted inserted replaced
56634:293ba598ee68 56635:50ad8ee62366
    21  *
    21  *
    22  */
    22  */
    23 
    23 
    24 #ifndef SHARE_VM_GC_EPSILON_EPSILONTHREADLOCALDATA_HPP
    24 #ifndef SHARE_VM_GC_EPSILON_EPSILONTHREADLOCALDATA_HPP
    25 #define SHARE_VM_GC_EPSILON_EPSILONTHREADLOCALDATA_HPP
    25 #define SHARE_VM_GC_EPSILON_EPSILONTHREADLOCALDATA_HPP
       
    26 
       
    27 #include "runtime/thread.hpp"
       
    28 #include "utilities/debug.hpp"
    26 
    29 
    27 class EpsilonThreadLocalData {
    30 class EpsilonThreadLocalData {
    28 private:
    31 private:
    29   size_t _ergo_tlab_size;
    32   size_t _ergo_tlab_size;
    30   int64_t _last_tlab_time;
    33   int64_t _last_tlab_time;