comparison src/share/vm/gc_implementation/g1/g1AllocationContext.hpp @ 20450:fa6c442c59ee

8057827: notify an obj when allocation context stats are available Reviewed-by: mikael, jmasa, tschatzl
author jcoomes
date Wed, 10 Sep 2014 16:06:53 -0700
parents e5668dcf12e9
children 8d27d6113625
comparison
equal deleted inserted replaced
20449:2402de236865 20450:fa6c442c59ee
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