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

changeset 5192
14d3f71f831d
parent 2314
f95d63e2154a
child 6876
710a3c8b516e
     1.1 --- a/src/share/vm/gc_implementation/parallelScavenge/psGCAdaptivePolicyCounters.hpp	Tue May 21 16:43:41 2013 -0700
     1.2 +++ b/src/share/vm/gc_implementation/parallelScavenge/psGCAdaptivePolicyCounters.hpp	Wed May 22 11:11:47 2013 -0700
     1.3 @@ -1,5 +1,5 @@
     1.4  /*
     1.5 - * Copyright (c) 2003, 2010, Oracle and/or its affiliates. All rights reserved.
     1.6 + * Copyright (c) 2003, 2013, Oracle and/or its affiliates. All rights reserved.
     1.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     1.8   *
     1.9   * This code is free software; you can redistribute it and/or modify it
    1.10 @@ -119,7 +119,7 @@
    1.11        ps_size_policy()->change_old_gen_for_min_pauses());
    1.12    }
    1.13  
    1.14 -  // compute_generation_free_space() statistics
    1.15 +  // compute_generations_free_space() statistics
    1.16  
    1.17    inline void update_avg_major_pause() {
    1.18      _avg_major_pause->set_value(

mercurial