equal
deleted
inserted
replaced
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 |