src/share/vm/gc_implementation/g1/g1RemSet.inline.hpp

changeset 7218
6948da6d7c13
parent 7049
eec72fa4b108
child 7535
7ae4e26cb1e0
     1.1 --- a/src/share/vm/gc_implementation/g1/g1RemSet.inline.hpp	Wed Sep 10 11:55:33 2014 +0200
     1.2 +++ b/src/share/vm/gc_implementation/g1/g1RemSet.inline.hpp	Tue Sep 30 09:44:36 2014 +0200
     1.3 @@ -79,13 +79,4 @@
     1.4    _rs->par_write_ref(_from, p, _worker_i);
     1.5  }
     1.6  
     1.7 -template <class T>
     1.8 -inline void UpdateRSetImmediate::do_oop_work(T* p) {
     1.9 -  assert(_from->is_in_reserved(p), "paranoia");
    1.10 -  T heap_oop = oopDesc::load_heap_oop(p);
    1.11 -  if (!oopDesc::is_null(heap_oop) && !_from->is_survivor()) {
    1.12 -    _g1_rem_set->par_write_ref(_from, p, 0);
    1.13 -  }
    1.14 -}
    1.15 -
    1.16  #endif // SHARE_VM_GC_IMPLEMENTATION_G1_G1REMSET_INLINE_HPP

mercurial