src/share/vm/gc_implementation/parallelScavenge/adjoiningGenerations.hpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File
*** old/src/share/vm/gc_implementation/parallelScavenge/adjoiningGenerations.hpp	Mon Sep 30 21:36:06 2013
--- new/src/share/vm/gc_implementation/parallelScavenge/adjoiningGenerations.hpp	Mon Sep 30 21:36:05 2013

*** 73,83 **** --- 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. ! // 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