src/share/vm/gc_implementation/parallelScavenge/adjoiningGenerations.hpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File hotspot Cdiff src/share/vm/gc_implementation/parallelScavenge/adjoiningGenerations.hpp

src/share/vm/gc_implementation/parallelScavenge/adjoiningGenerations.hpp

Print this page

        

*** 73,83 **** // Additional space is needed in the old generation. Check // the available space and attempt to move the boundary if more space // is needed. The growth is not guaranteed to occur. void adjust_boundary_for_old_gen_needs(size_t desired_change_in_bytes); ! // Similary for a growth of the young generation. void adjust_boundary_for_young_gen_needs(size_t eden_size, size_t survivor_size); // Return the total byte size of the reserved space // for the adjoining generations. size_t reserved_byte_size(); --- 73,83 ---- // Additional space is needed in the old generation. Check // the available space and attempt to move the boundary if more space // is needed. The growth is not guaranteed to occur. void adjust_boundary_for_old_gen_needs(size_t desired_change_in_bytes); ! // Similarly for a growth of the young generation. void adjust_boundary_for_young_gen_needs(size_t eden_size, size_t survivor_size); // Return the total byte size of the reserved space // for the adjoining generations. size_t reserved_byte_size();
src/share/vm/gc_implementation/parallelScavenge/adjoiningGenerations.hpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File