--- old/src/hotspot/share/utilities/globalDefinitions.hpp 2020-08-04 04:06:38.980024796 -0400 +++ new/src/hotspot/share/utilities/globalDefinitions.hpp 2020-08-04 04:06:38.500008915 -0400 @@ -46,6 +46,10 @@ #define ATTRIBUTE_ALIGNED(x) #endif +#ifndef ATTRIBUTE_FLATTEN +#define ATTRIBUTE_FLATTEN +#endif + // These are #defines to selectively turn on/off the Print(Opto)Assembly // capabilities. Choices should be led by a tradeoff between // code size and improved supportability.