comparison src/share/vm/gc_implementation/g1/g1AllocationContext.hpp @ 20656:8d27d6113625

8065227: Report allocation context stats at end of cleanup Summary: Moved allocation context update from remark to the cleanup phase. Reviewed-by: mgerdin, jmasa
author sjohanss
date Fri, 21 Nov 2014 10:31:30 +0100
parents fa6c442c59ee
children
comparison
equal deleted inserted replaced
20655:b840813adfcc 20656:8d27d6113625
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