< prev index next >

src/share/vm/utilities/globalDefinitions_xlc.hpp

Print this page
rev 11986 : 8165315: [ppc] Port "8133749: NMT detail stack trace cleanup"
Summary: Also add methods to check for slow/fastdebug to Platform.java.
Reviewed-by: simonis, cjplummer, dholmes

*** 184,191 **** #define THREAD_LOCAL_DECL __thread #endif // Inlining support #define NOINLINE ! #define ALWAYSINLINE __attribute__((always_inline)) #endif // SHARE_VM_UTILITIES_GLOBALDEFINITIONS_XLC_HPP --- 184,191 ---- #define THREAD_LOCAL_DECL __thread #endif // Inlining support #define NOINLINE ! #define ALWAYSINLINE inline __attribute__((always_inline)) #endif // SHARE_VM_UTILITIES_GLOBALDEFINITIONS_XLC_HPP
< prev index next >