< prev index next >

src/share/vm/gc/parallel/psAdaptiveSizePolicy.hpp

Print this page

        

@@ -27,10 +27,11 @@
 
 #include "gc/shared/adaptiveSizePolicy.hpp"
 #include "gc/shared/gcCause.hpp"
 #include "gc/shared/gcStats.hpp"
 #include "gc/shared/gcUtil.hpp"
+#include "utilities/align.hpp"
 
 // This class keeps statistical information and computes the
 // optimal free space for both the young and old generation
 // based on current application characteristics (based on gc cost
 // and application footprint).
< prev index next >