src/share/vm/gc_implementation/concurrentMarkSweep/cmsAdaptiveSizePolicy.hpp

changeset 5192
14d3f71f831d
parent 4129
22b8d3d181d9
child 6876
710a3c8b516e
     1.1 --- a/src/share/vm/gc_implementation/concurrentMarkSweep/cmsAdaptiveSizePolicy.hpp	Tue May 21 16:43:41 2013 -0700
     1.2 +++ b/src/share/vm/gc_implementation/concurrentMarkSweep/cmsAdaptiveSizePolicy.hpp	Wed May 22 11:11:47 2013 -0700
     1.3 @@ -1,5 +1,5 @@
     1.4  /*
     1.5 - * Copyright (c) 2004, 2010, Oracle and/or its affiliates. All rights reserved.
     1.6 + * Copyright (c) 2004, 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 @@ -436,8 +436,8 @@
    1.11  
    1.12    size_t generation_alignment() { return _generation_alignment; }
    1.13  
    1.14 -  virtual void compute_young_generation_free_space(size_t cur_eden,
    1.15 -                                                   size_t max_eden_size);
    1.16 +  virtual void compute_eden_space_size(size_t cur_eden,
    1.17 +                                       size_t max_eden_size);
    1.18    // Calculates new survivor space size;  returns a new tenuring threshold
    1.19    // value. Stores new survivor size in _survivor_size.
    1.20    virtual uint compute_survivor_space_size_and_threshold(

mercurial