hotspot/src/share/vm/gc_implementation/g1/satbQueue.cpp
changeset 28507 354ef83ee258
parent 27251 7d667f91ec8d
child 29796 7a04e5c250d1
--- a/hotspot/src/share/vm/gc_implementation/g1/satbQueue.cpp	Tue Jan 20 10:22:43 2015 -0800
+++ b/hotspot/src/share/vm/gc_implementation/g1/satbQueue.cpp	Thu Jul 31 11:10:02 2014 +0200
@@ -39,7 +39,7 @@
   // first before we flush it, otherwise we might end up with an
   // enqueued buffer with refs into the CSet which breaks our invariants.
   filter();
-  PtrQueue::flush();
+  flush_impl();
 }
 
 // This method removes entries from an SATB buffer that will not be