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

changeset 1822
0bfd3fb24150
parent 435
a61af66fc99e
child 1907
c18cbe5936b8
     1.1 --- a/src/share/vm/gc_implementation/concurrentMarkSweep/cmsCollectorPolicy.hpp	Fri Apr 09 13:08:34 2010 -0400
     1.2 +++ b/src/share/vm/gc_implementation/concurrentMarkSweep/cmsCollectorPolicy.hpp	Tue Apr 13 13:52:10 2010 -0700
     1.3 @@ -1,5 +1,5 @@
     1.4  /*
     1.5 - * Copyright (c) 2007 Sun Microsystems, Inc.  All Rights Reserved.
     1.6 + * Copyright 2007-2010 Sun Microsystems, Inc.  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 @@ -32,11 +32,10 @@
    1.11    ConcurrentMarkSweepPolicy* as_concurrent_mark_sweep_policy() { return this; }
    1.12  
    1.13    void initialize_gc_policy_counters();
    1.14 -#if 1
    1.15 +
    1.16    virtual void initialize_size_policy(size_t init_eden_size,
    1.17                                        size_t init_promo_size,
    1.18                                        size_t init_survivor_size);
    1.19 -#endif
    1.20  
    1.21    // Returns true if the incremental mode is enabled.
    1.22    virtual bool has_soft_ended_eden();

mercurial