diff -r 910fc72c03e8 -r edefffab74e2 hotspot/src/share/vm/services/nmtCommon.hpp --- a/hotspot/src/share/vm/services/nmtCommon.hpp Mon Apr 24 09:14:09 2017 +0200 +++ b/hotspot/src/share/vm/services/nmtCommon.hpp Wed Jul 05 11:33:17 2017 +0200 @@ -26,6 +26,7 @@ #define SHARE_VM_SERVICES_NMT_COMMON_HPP #include "memory/allocation.hpp" +#include "utilities/align.hpp" #include "utilities/globalDefinitions.hpp" #define CALC_OBJ_SIZE_IN_TYPE(obj, type) (align_up_(sizeof(obj), sizeof(type))/sizeof(type))