diff -r 892795cc82fe -r b9c64b7c06c9 hotspot/src/share/vm/gc/g1/g1Allocator.cpp --- a/hotspot/src/share/vm/gc/g1/g1Allocator.cpp Tue Nov 17 15:14:29 2015 -0800 +++ b/hotspot/src/share/vm/gc/g1/g1Allocator.cpp Wed Nov 18 11:47:55 2015 -0500 @@ -25,6 +25,7 @@ #include "precompiled.hpp" #include "gc/g1/g1Allocator.inline.hpp" #include "gc/g1/g1AllocRegion.inline.hpp" +#include "gc/g1/g1EvacStats.inline.hpp" #include "gc/g1/g1CollectedHeap.inline.hpp" #include "gc/g1/g1CollectorPolicy.hpp" #include "gc/g1/g1MarkSweep.hpp"