changeset 46625 | edefffab74e2 |
parent 46619 | a3919f5e8d2b |
--- a/hotspot/src/share/vm/gc/shared/generationSpec.hpp Mon Apr 24 09:14:09 2017 +0200 +++ b/hotspot/src/share/vm/gc/shared/generationSpec.hpp Wed Jul 05 11:33:17 2017 +0200 @@ -26,6 +26,7 @@ #define SHARE_VM_GC_SHARED_GENERATIONSPEC_HPP #include "gc/shared/generation.hpp" +#include "utilities/align.hpp" // The specification of a generation. This class also encapsulates // some generation-specific behavior. This is done here rather than as a