src/hotspot/share/utilities/globalDefinitions.hpp
changeset 50120 9da00197ff72
parent 49902 3661f31c6df4
child 50445 bd6b78feb6a3
--- a/src/hotspot/share/utilities/globalDefinitions.hpp	Tue May 15 19:26:00 2018 -0400
+++ b/src/hotspot/share/utilities/globalDefinitions.hpp	Wed May 16 10:24:54 2018 +0200
@@ -39,6 +39,10 @@
 #define ALWAYSINLINE inline
 #endif
 
+#ifndef ATTRIBUTE_ALIGNED
+#define ATTRIBUTE_ALIGNED(x)
+#endif
+
 // This file holds all globally used constants & types, class (forward)
 // declarations and a few frequently used utility functions.