equal
deleted
inserted
replaced
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 |