src/hotspot/share/gc/g1/g1AllocationContext.hpp
changeset 49054 fa4c8865a4ff
parent 47216 71c04702a3d5
equal deleted inserted replaced
49053:0b61efd5a439 49054:fa4c8865a4ff
    39   static AllocationContext_t system() {
    39   static AllocationContext_t system() {
    40     return 0;
    40     return 0;
    41   }
    41   }
    42 };
    42 };
    43 
    43 
    44 class AllocationContextStats: public StackObj {
       
    45 public:
       
    46   inline void clear() { }
       
    47   inline void update(bool full_gc) { }
       
    48   inline void update_after_mark() { }
       
    49   inline bool available() { return false; }
       
    50 };
       
    51 
       
    52 #endif // SHARE_VM_GC_G1_G1ALLOCATIONCONTEXT_HPP
    44 #endif // SHARE_VM_GC_G1_G1ALLOCATIONCONTEXT_HPP