src/hotspot/share/utilities/globalDefinitions_sparcWorks.hpp
changeset 50120 9da00197ff72
parent 49392 2956d0ece7a9
--- a/src/hotspot/share/utilities/globalDefinitions_sparcWorks.hpp	Tue May 15 19:26:00 2018 -0400
+++ b/src/hotspot/share/utilities/globalDefinitions_sparcWorks.hpp	Wed May 16 10:24:54 2018 +0200
@@ -258,4 +258,7 @@
 #define NOINLINE
 #define ALWAYSINLINE inline __attribute__((always_inline))
 
+// Alignment
+#define ATTRIBUTE_ALIGNED(x) __attribute__((aligned(x)))
+
 #endif // SHARE_VM_UTILITIES_GLOBALDEFINITIONS_SPARCWORKS_HPP