comparison src/share/vm/gc_implementation/parallelScavenge/adjoiningGenerations.hpp @ 14309:63a4eb8bcd23

8025856: Fix typos in the GC code Summary: Fix about 440 typos in comments in the VM code Reviewed-by: mgerdin, tschatzl, coleenp, kmo, jcoomes
author jwilhelm
date Thu, 23 Jan 2014 14:47:23 +0100
parents de6a9e811145
children 4ca6dc0799b6
comparison
equal deleted inserted replaced
14308:870aedf4ba4f 14309:63a4eb8bcd23
67 67
68 // Additional space is needed in the old generation. Check 68 // Additional space is needed in the old generation. Check
69 // the available space and attempt to move the boundary if more space 69 // the available space and attempt to move the boundary if more space
70 // is needed. The growth is not guaranteed to occur. 70 // is needed. The growth is not guaranteed to occur.
71 void adjust_boundary_for_old_gen_needs(size_t desired_change_in_bytes); 71 void adjust_boundary_for_old_gen_needs(size_t desired_change_in_bytes);
72 // Similary for a growth of the young generation. 72 // Similarly for a growth of the young generation.
73 void adjust_boundary_for_young_gen_needs(size_t eden_size, size_t survivor_size); 73 void adjust_boundary_for_young_gen_needs(size_t eden_size, size_t survivor_size);
74 74
75 // Return the total byte size of the reserved space 75 // Return the total byte size of the reserved space
76 // for the adjoining generations. 76 // for the adjoining generations.
77 size_t reserved_byte_size(); 77 size_t reserved_byte_size();