src/hotspot/share/gc/parallel/parallelScavengeHeap.hpp
changeset 57903 5e2576c303a2
parent 57773 5cbc3bd9fdfd
child 58015 dd84de796f2c
equal deleted inserted replaced
57901:53ed0cf870b0 57903:5e2576c303a2
   226   virtual void print_tracing_info() const;
   226   virtual void print_tracing_info() const;
   227 
   227 
   228   PreGenGCValues get_pre_gc_values() const;
   228   PreGenGCValues get_pre_gc_values() const;
   229   void print_heap_change(const PreGenGCValues& pre_gc_values) const;
   229   void print_heap_change(const PreGenGCValues& pre_gc_values) const;
   230 
   230 
       
   231   // Used to print information about locations in the hs_err file.
       
   232   virtual bool print_location(outputStream* st, void* addr) const;
       
   233 
   231   void verify(VerifyOption option /* ignored */);
   234   void verify(VerifyOption option /* ignored */);
   232 
   235 
   233   // Resize the young generation.  The reserved space for the
   236   // Resize the young generation.  The reserved space for the
   234   // generation may be expanded in preparation for the resize.
   237   // generation may be expanded in preparation for the resize.
   235   void resize_young_gen(size_t eden_size, size_t survivor_size);
   238   void resize_young_gen(size_t eden_size, size_t survivor_size);