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

changeset 7370
8d27d6113625
parent 7164
fa6c442c59ee
     1.1 --- a/src/share/vm/gc_implementation/g1/g1AllocationContext.hpp	Fri Nov 21 12:08:37 2014 +0100
     1.2 +++ b/src/share/vm/gc_implementation/g1/g1AllocationContext.hpp	Fri Nov 21 10:31:30 2014 +0100
     1.3 @@ -45,7 +45,7 @@
     1.4  public:
     1.5    inline void clear() { }
     1.6    inline void update(bool full_gc) { }
     1.7 -  inline void update_at_remark() { }
     1.8 +  inline void update_after_mark() { }
     1.9    inline bool available() { return false; }
    1.10  };
    1.11  

mercurial