--- old/src/share/vm/gc/shared/generationSpec.hpp 2017-07-04 23:39:26.918119240 +0200 +++ new/src/share/vm/gc/shared/generationSpec.hpp 2017-07-04 23:39:26.774114533 +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