hotspot/src/share/vm/gc_interface/collectedHeap.hpp
changeset 2141 e9a644aaff87
parent 2006 f2d2f0f20063
child 2154 72a9b7284ccf
equal deleted inserted replaced
2124:6222ebfe4292 2141:e9a644aaff87
   512   virtual jlong millis_since_last_gc() = 0;
   512   virtual jlong millis_since_last_gc() = 0;
   513 
   513 
   514   // Perform any cleanup actions necessary before allowing a verification.
   514   // Perform any cleanup actions necessary before allowing a verification.
   515   virtual void prepare_for_verify() = 0;
   515   virtual void prepare_for_verify() = 0;
   516 
   516 
       
   517   // Generate any dumps preceding or following a full gc
       
   518   void pre_full_gc_dump();
       
   519   void post_full_gc_dump();
       
   520 
   517   virtual void print() const = 0;
   521   virtual void print() const = 0;
   518   virtual void print_on(outputStream* st) const = 0;
   522   virtual void print_on(outputStream* st) const = 0;
   519 
   523 
   520   // Print all GC threads (other than the VM thread)
   524   // Print all GC threads (other than the VM thread)
   521   // used by this heap.
   525   // used by this heap.