hotspot/src/share/vm/utilities/globalDefinitions_gcc.hpp
changeset 39405 314741ca98d5
parent 37092 0e56e3c9d545
child 42061 67176803a846
--- a/hotspot/src/share/vm/utilities/globalDefinitions_gcc.hpp	Tue Jun 21 19:25:41 2016 -0400
+++ b/hotspot/src/share/vm/utilities/globalDefinitions_gcc.hpp	Tue Jun 21 19:29:39 2016 -0400
@@ -324,6 +324,6 @@
 
 // Inlining support
 #define NOINLINE     __attribute__ ((noinline))
-#define ALWAYSINLINE __attribute__ ((always_inline))
+#define ALWAYSINLINE inline __attribute__ ((always_inline))
 
 #endif // SHARE_VM_UTILITIES_GLOBALDEFINITIONS_GCC_HPP