hotspot/src/share/vm/gc_implementation/g1/g1RemSetSummary.hpp
changeset 20310 903b398490d9
parent 17854 d65bc1546091
child 27880 afb974a04396
equal deleted inserted replaced
20309:7445302daff6 20310:903b398490d9
    82   void set(G1RemSetSummary* other);
    82   void set(G1RemSetSummary* other);
    83   // subtract all counters from the other summary, and set them in the current
    83   // subtract all counters from the other summary, and set them in the current
    84   void subtract_from(G1RemSetSummary* other);
    84   void subtract_from(G1RemSetSummary* other);
    85 
    85 
    86   // initialize and get the first sampling
    86   // initialize and get the first sampling
    87   void initialize(G1RemSet* remset, uint num_workers);
    87   void initialize(G1RemSet* remset);
    88 
    88 
    89   void print_on(outputStream* out);
    89   void print_on(outputStream* out);
    90 
    90 
    91   double rs_thread_vtime(uint thread) const;
    91   double rs_thread_vtime(uint thread) const;
    92 
    92