src/hotspot/share/gc/shared/collectedHeap.hpp
changeset 49014 407a8495d4b3
parent 48961 120b61d50f85
child 49019 68b283918441
equal deleted inserted replaced
49013:5f7dc39f51a5 49014:407a8495d4b3
   490 
   490 
   491  public:
   491  public:
   492   void pre_full_gc_dump(GCTimer* timer);
   492   void pre_full_gc_dump(GCTimer* timer);
   493   void post_full_gc_dump(GCTimer* timer);
   493   void post_full_gc_dump(GCTimer* timer);
   494 
   494 
   495   VirtualSpaceSummary create_heap_space_summary();
   495   virtual VirtualSpaceSummary create_heap_space_summary();
   496   GCHeapSummary create_heap_summary();
   496   GCHeapSummary create_heap_summary();
   497 
   497 
   498   MetaspaceSummary create_metaspace_summary();
   498   MetaspaceSummary create_metaspace_summary();
   499 
   499 
   500   // Print heap information on the given outputStream.
   500   // Print heap information on the given outputStream.