src/share/vm/gc_implementation/g1/g1AllocationContext.hpp

changeset 7164
fa6c442c59ee
parent 7159
e5668dcf12e9
child 7370
8d27d6113625
equal deleted inserted replaced
7163:2402de236865 7164: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

mercurial