hotspot/src/share/vm/gc/g1/g1CollectorPolicy.hpp
changeset 35163 448e610805bb
parent 35061 be6025ebffea
child 35196 c83940b346b2
equal deleted inserted replaced
35162:65d0237246b1 35163:448e610805bb
   659 
   659 
   660   // Print heap sizing transition (with less and more detail).
   660   // Print heap sizing transition (with less and more detail).
   661 
   661 
   662   void print_detailed_heap_transition() const;
   662   void print_detailed_heap_transition() const;
   663 
   663 
   664   virtual void print_phases(double pause_time_sec);
   664   virtual void print_phases(double pause_time_ms);
   665 
   665 
   666   void record_stop_world_start();
   666   void record_stop_world_start();
   667   void record_concurrent_pause();
   667   void record_concurrent_pause();
   668 
   668 
   669   // Record how much space we copied during a GC. This is typically
   669   // Record how much space we copied during a GC. This is typically