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

changeset 7476
c2844108a708
parent 6992
2c6ef90f030a
parent 7445
42c091d63c72
child 7535
7ae4e26cb1e0
child 7831
2e5e058881f4
     1.1 --- a/src/share/vm/gc_implementation/g1/satbQueue.cpp	Wed Oct 22 11:18:17 2014 -0700
     1.2 +++ b/src/share/vm/gc_implementation/g1/satbQueue.cpp	Thu Oct 23 12:02:08 2014 -0700
     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