--- old/src/hotspot/share/metaprogramming/integralConstant.hpp 2018-03-26 19:23:20.679111001 -0400 +++ new/src/hotspot/share/metaprogramming/integralConstant.hpp 2018-03-26 19:23:20.078055658 -0400 @@ -25,7 +25,6 @@ #ifndef SHARE_VM_METAPROGRAMMING_INTEGRALCONSTANT_HPP #define SHARE_VM_METAPROGRAMMING_INTEGRALCONSTANT_HPP -#include "memory/allocation.hpp" // An Integral Constant is a class providing a compile-time value of an // integral type. An Integral Constant is also a nullary metafunction,