< prev index next >

src/hotspot/share/gc/parallel/parallelScavengeHeap.hpp

Print this page

        

*** 227,237 **** PreGenGCValues get_pre_gc_values() const; void print_heap_change(const PreGenGCValues& pre_gc_values) const; // Used to print information about locations in the hs_err file. ! virtual bool print_location(outputStream* st, address addr) const; void verify(VerifyOption option /* ignored */); // Resize the young generation. The reserved space for the // generation may be expanded in preparation for the resize. --- 227,237 ---- PreGenGCValues get_pre_gc_values() const; void print_heap_change(const PreGenGCValues& pre_gc_values) const; // Used to print information about locations in the hs_err file. ! virtual bool print_location(outputStream* st, void* addr) const; void verify(VerifyOption option /* ignored */); // Resize the young generation. The reserved space for the // generation may be expanded in preparation for the resize.
< prev index next >