< prev index next >

src/share/vm/gc/g1/g1CollectorPolicy.hpp

Print this page

        

@@ -659,11 +659,11 @@
 
   // Print heap sizing transition (with less and more detail).
 
   void print_detailed_heap_transition() const;
 
-  virtual void print_phases(double pause_time_sec);
+  virtual void print_phases(double pause_time_ms);
 
   void record_stop_world_start();
   void record_concurrent_pause();
 
   // Record how much space we copied during a GC. This is typically
< prev index next >