hotspot/src/share/vm/gc/g1/g1Allocator.cpp
changeset 46625 edefffab74e2
parent 46619 a3919f5e8d2b
child 46810 7dad333205cd
--- a/hotspot/src/share/vm/gc/g1/g1Allocator.cpp	Mon Apr 24 09:14:09 2017 +0200
+++ b/hotspot/src/share/vm/gc/g1/g1Allocator.cpp	Wed Jul 05 11:33:17 2017 +0200
@@ -29,6 +29,7 @@
 #include "gc/g1/g1CollectedHeap.inline.hpp"
 #include "gc/g1/heapRegion.inline.hpp"
 #include "gc/g1/heapRegionSet.inline.hpp"
+#include "utilities/align.hpp"
 
 G1DefaultAllocator::G1DefaultAllocator(G1CollectedHeap* heap) :
   G1Allocator(heap),