diff -r 5ee15c417d02 -r 8dd0e7359751 hotspot/src/share/vm/gc/g1/g1Allocator_ext.cpp --- a/hotspot/src/share/vm/gc/g1/g1Allocator_ext.cpp Wed Aug 19 13:47:40 2015 +0200 +++ b/hotspot/src/share/vm/gc/g1/g1Allocator_ext.cpp Wed Aug 19 13:50:50 2015 +0200 @@ -23,7 +23,7 @@ */ #include "precompiled.hpp" -#include "gc/g1/g1Allocator.hpp" +#include "gc/g1/g1Allocator.inline.hpp" #include "gc/g1/g1CollectedHeap.hpp" G1Allocator* G1Allocator::create_allocator(G1CollectedHeap* g1h) {