< prev index next >

src/share/vm/gc/parallel/adjoiningGenerations.cpp

Print this page

        

*** 27,36 **** --- 27,37 ---- #include "gc/parallel/adjoiningVirtualSpaces.hpp" #include "gc/parallel/generationSizer.hpp" #include "gc/parallel/parallelScavengeHeap.hpp" #include "logging/log.hpp" #include "memory/resourceArea.hpp" + #include "utilities/align.hpp" #include "utilities/ostream.hpp" // If boundary moving is being used, create the young gen and old // gen with ASPSYoungGen and ASPSOldGen, respectively. Revert to // the old behavior otherwise (with PSYoungGen and PSOldGen).
< prev index next >