author | stefank |
Thu, 13 Dec 2012 09:28:14 +0100 | |
changeset 14743 | ce8a60f3dbe3 |
parent 14741 | 6ec8cc27e9c9 |
child 14744 | 0df51ba096f7 |
--- a/hotspot/src/share/vm/gc_implementation/parallelScavenge/adjoiningVirtualSpaces.cpp Fri Dec 07 16:08:05 2012 -0800 +++ b/hotspot/src/share/vm/gc_implementation/parallelScavenge/adjoiningVirtualSpaces.cpp Thu Dec 13 09:28:14 2012 +0100 @@ -24,6 +24,7 @@ #include "precompiled.hpp" #include "gc_implementation/parallelScavenge/adjoiningVirtualSpaces.hpp" +#include "memory/allocation.inline.hpp" #include "runtime/java.hpp" AdjoiningVirtualSpaces::AdjoiningVirtualSpaces(ReservedSpace rs,
--- a/hotspot/src/share/vm/gc_implementation/shared/gcStats.cpp Fri Dec 07 16:08:05 2012 -0800 +++ b/hotspot/src/share/vm/gc_implementation/shared/gcStats.cpp Thu Dec 13 09:28:14 2012 +0100 @@ -25,6 +25,7 @@ #include "precompiled.hpp" #include "gc_implementation/shared/gcStats.hpp" #include "gc_implementation/shared/gcUtil.hpp" +#include "memory/allocation.inline.hpp" GCStats::GCStats() { _avg_promoted = new AdaptivePaddedNoZeroDevAverage(