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

changeset 7833
0f8f1250fed5
parent 7832
b5d14ef905b5
child 7834
399885e13e90
     1.1 --- a/src/share/vm/gc_implementation/g1/satbQueue.hpp	Fri Apr 17 13:49:04 2015 -0400
     1.2 +++ b/src/share/vm/gc_implementation/g1/satbQueue.hpp	Wed Apr 22 14:06:49 2015 -0400
     1.3 @@ -41,9 +41,6 @@
     1.4    // Filter out unwanted entries from the buffer.
     1.5    void filter();
     1.6  
     1.7 -  // Apply the closure to all elements.
     1.8 -  void apply_closure(ObjectClosure* cl);
     1.9 -
    1.10    // Apply the closure to all elements and empty the buffer;
    1.11    void apply_closure_and_empty(ObjectClosure* cl);
    1.12  
    1.13 @@ -105,12 +102,6 @@
    1.14    // completed buffers exist, return false.
    1.15    bool apply_closure_to_completed_buffer(ObjectClosure* closure);
    1.16  
    1.17 -  // Apply the given closure on enqueued and currently-active buffers
    1.18 -  // respectively. Both methods are read-only, i.e., they do not
    1.19 -  // modify any of the buffers.
    1.20 -  void iterate_completed_buffers_read_only(ObjectClosure* cl);
    1.21 -  void iterate_thread_buffers_read_only(ObjectClosure* cl);
    1.22 -
    1.23  #ifndef PRODUCT
    1.24    // Helpful for debugging
    1.25    void print_all(const char* msg);

mercurial