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

changeset 7159
e5668dcf12e9
parent 7118
227a9e5e4b4a
child 7164
fa6c442c59ee
     1.1 --- a/src/share/vm/gc_implementation/g1/g1AllocationContext.hpp	Wed Sep 10 19:05:54 2014 +0000
     1.2 +++ b/src/share/vm/gc_implementation/g1/g1AllocationContext.hpp	Wed Sep 10 13:01:13 2014 -0700
     1.3 @@ -41,4 +41,11 @@
     1.4    }
     1.5  };
     1.6  
     1.7 +class AllocationContextStats: public StackObj {
     1.8 +public:
     1.9 +  inline void clear() { }
    1.10 +  inline void update(bool full_gc) { }
    1.11 +  inline void update_at_remark() { }
    1.12 +};
    1.13 +
    1.14  #endif // SHARE_VM_GC_IMPLEMENTATION_G1_G1ALLOCATIONCONTEXT_HPP

mercurial