--- old/src/share/vm/oops/constMethod.hpp 2017-07-04 23:39:32.902314826 +0200 +++ new/src/share/vm/oops/constMethod.hpp 2017-07-04 23:39:32.758310120 +0200 @@ -26,6 +26,7 @@ #define SHARE_VM_OOPS_CONSTMETHODOOP_HPP #include "oops/oop.hpp" +#include "utilities/align.hpp" // An ConstMethod represents portions of a Java method which are not written to after // the classfile is parsed(*see below). This part of the method can be shared across