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

changeset 6267
a034dc5e910b
parent 4037
da91efe96a93
child 6876
710a3c8b516e
     1.1 --- a/src/share/vm/gc_implementation/parallelScavenge/psYoungGen.hpp	Thu Jan 30 14:05:07 2014 -0800
     1.2 +++ b/src/share/vm/gc_implementation/parallelScavenge/psYoungGen.hpp	Wed Jan 29 23:17:05 2014 +0100
     1.3 @@ -127,7 +127,7 @@
     1.4    void adjust_pointers();
     1.5    void compact();
     1.6  
     1.7 -  // Called during/after gc
     1.8 +  // Called during/after GC
     1.9    void swap_spaces();
    1.10  
    1.11    // Resize generation using suggested free space size and survivor size
    1.12 @@ -146,14 +146,14 @@
    1.13    size_t free_in_words() const;
    1.14  
    1.15    // The max this generation can grow to
    1.16 -  size_t max_size() const            { return _reserved.byte_size(); }
    1.17 +  size_t max_size() const { return _reserved.byte_size(); }
    1.18  
    1.19    // The max this generation can grow to if the boundary between
    1.20    // the generations are allowed to move.
    1.21    size_t gen_size_limit() const { return _max_gen_size; }
    1.22  
    1.23    bool is_maximal_no_gc() const {
    1.24 -    return true;  // never expands except at a GC
    1.25 +    return true;  // Never expands except at a GC
    1.26    }
    1.27  
    1.28    // Allocation

mercurial