src/share/vm/gc_implementation/g1/satbQueue.cpp

changeset 7445
42c091d63c72
parent 6680
78bbf4d43a14
child 7476
c2844108a708
     1.1 --- a/src/share/vm/gc_implementation/g1/satbQueue.cpp	Tue Aug 12 17:46:16 2014 -0400
     1.2 +++ b/src/share/vm/gc_implementation/g1/satbQueue.cpp	Mon Aug 04 10:49:40 2014 -0400
     1.3 @@ -39,7 +39,7 @@
     1.4    // first before we flush it, otherwise we might end up with an
     1.5    // enqueued buffer with refs into the CSet which breaks our invariants.
     1.6    filter();
     1.7 -  PtrQueue::flush();
     1.8 +  flush_impl();
     1.9  }
    1.10  
    1.11  // This method removes entries from an SATB buffer that will not be

mercurial