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

changeset 2314
f95d63e2154a
parent 1907
c18cbe5936b8
child 4037
da91efe96a93
     1.1 --- a/src/share/vm/gc_implementation/parallelScavenge/psAdaptiveSizePolicy.hpp	Tue Nov 23 15:01:43 2010 -0500
     1.2 +++ b/src/share/vm/gc_implementation/parallelScavenge/psAdaptiveSizePolicy.hpp	Tue Nov 23 13:22:55 2010 -0800
     1.3 @@ -22,6 +22,14 @@
     1.4   *
     1.5   */
     1.6  
     1.7 +#ifndef SHARE_VM_GC_IMPLEMENTATION_PARALLELSCAVENGE_PSADAPTIVESIZEPOLICY_HPP
     1.8 +#define SHARE_VM_GC_IMPLEMENTATION_PARALLELSCAVENGE_PSADAPTIVESIZEPOLICY_HPP
     1.9 +
    1.10 +#include "gc_implementation/shared/adaptiveSizePolicy.hpp"
    1.11 +#include "gc_implementation/shared/gcStats.hpp"
    1.12 +#include "gc_implementation/shared/gcUtil.hpp"
    1.13 +#include "gc_interface/gcCause.hpp"
    1.14 +
    1.15  // This class keeps statistical information and computes the
    1.16  // optimal free space for both the young and old generation
    1.17  // based on current application characteristics (based on gc cost
    1.18 @@ -384,3 +392,5 @@
    1.19    // Printing support
    1.20    virtual bool print_adaptive_size_policy_on(outputStream* st) const;
    1.21  };
    1.22 +
    1.23 +#endif // SHARE_VM_GC_IMPLEMENTATION_PARALLELSCAVENGE_PSADAPTIVESIZEPOLICY_HPP

mercurial