hotspot/src/share/vm/gc_implementation/g1/g1AllocationContext.hpp
changeset 27897 253140db0e9a
parent 26843 1220c9e50fff
equal deleted inserted replaced
27896:d4bd2f8b3055 27897:253140db0e9a
    43 
    43 
    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_after_mark() { }
    49   inline bool available() { return false; }
    49   inline bool available() { return false; }
    50 };
    50 };
    51 
    51 
    52 #endif // SHARE_VM_GC_IMPLEMENTATION_G1_G1ALLOCATIONCONTEXT_HPP
    52 #endif // SHARE_VM_GC_IMPLEMENTATION_G1_G1ALLOCATIONCONTEXT_HPP