changeset 32606 | fdaa30d06ada |
parent 30880 | efe35e08179f |
child 37092 | 0e56e3c9d545 |
--- a/hotspot/src/share/vm/oops/instanceKlass.inline.hpp Tue Sep 01 14:01:18 2015 -0700 +++ b/hotspot/src/share/vm/oops/instanceKlass.inline.hpp Wed Sep 02 09:14:04 2015 +0200 @@ -38,6 +38,8 @@ // as the previous macro based implementation. #ifdef TARGET_COMPILER_visCPP #define INLINE __forceinline +#elif defined(TARGET_COMPILER_sparcWorks) +#define INLINE __attribute__((always_inline)) #else #define INLINE inline #endif