--- old/src/share/vm/utilities/globalDefinitions_sparcWorks.hpp 2016-05-04 22:12:07.314107221 +0900 +++ new/src/share/vm/utilities/globalDefinitions_sparcWorks.hpp 2016-05-04 22:12:07.175107681 +0900 @@ -279,6 +279,6 @@ // Inlining support #define NOINLINE -#define ALWAYSINLINE __attribute__((always_inline)) +#define ALWAYSINLINE inline __attribute__((always_inline)) #endif // SHARE_VM_UTILITIES_GLOBALDEFINITIONS_SPARCWORKS_HPP