hotspot/src/share/vm/gc_implementation/g1/g1AllocationContext.hpp
changeset 26843 1220c9e50fff
parent 26841 d460d343d888
child 27897 253140db0e9a
equal deleted inserted replaced
26842:5081db39f634 26843:1220c9e50fff
    44 class AllocationContextStats: public StackObj {
    44 class AllocationContextStats: public StackObj {
    45 public:
    45 public:
    46   inline void clear() { }
    46   inline void clear() { }
    47   inline void update(bool full_gc) { }
    47   inline void update(bool full_gc) { }
    48   inline void update_at_remark() { }
    48   inline void update_at_remark() { }
       
    49   inline bool available() { return false; }
    49 };
    50 };
    50 
    51 
    51 #endif // SHARE_VM_GC_IMPLEMENTATION_G1_G1ALLOCATIONCONTEXT_HPP
    52 #endif // SHARE_VM_GC_IMPLEMENTATION_G1_G1ALLOCATIONCONTEXT_HPP