< prev index next >

src/share/vm/gc/g1/g1Allocator.cpp

Print this page

        

*** 27,36 **** --- 27,37 ---- #include "gc/g1/g1AllocRegion.inline.hpp" #include "gc/g1/g1EvacStats.inline.hpp" #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), _survivor_is_full(false), _old_is_full(false),
< prev index next >