comparison src/share/vm/gc_implementation/shared/gcStats.cpp @ 7400:db8a7163c682

8004674: Add necessary .inline.hpp files to fix non-PCH build Reviewed-by: stefank, coleenp Contributed-by: volker.simonis@gmail.com
author stefank
date Thu, 13 Dec 2012 09:28:14 +0100
parents f95d63e2154a
children
comparison
equal deleted inserted replaced
7398:a14c5698a162 7400:db8a7163c682
23 */ 23 */
24 24
25 #include "precompiled.hpp" 25 #include "precompiled.hpp"
26 #include "gc_implementation/shared/gcStats.hpp" 26 #include "gc_implementation/shared/gcStats.hpp"
27 #include "gc_implementation/shared/gcUtil.hpp" 27 #include "gc_implementation/shared/gcUtil.hpp"
28 #include "memory/allocation.inline.hpp"
28 29
29 GCStats::GCStats() { 30 GCStats::GCStats() {
30 _avg_promoted = new AdaptivePaddedNoZeroDevAverage( 31 _avg_promoted = new AdaptivePaddedNoZeroDevAverage(
31 AdaptiveSizePolicyWeight, 32 AdaptiveSizePolicyWeight,
32 PromotedPadding); 33 PromotedPadding);