< prev index next >

src/share/vm/utilities/globalDefinitions_xlc.hpp

Print this page

        

*** 178,184 **** --- 178,186 ---- #define SIZE_16G ((uint64_t) 0x400000000ULL) #define SIZE_32G ((uint64_t) 0x800000000ULL) #define SIZE_64G ((uint64_t) 0x1000000000ULL) #define SIZE_1T ((uint64_t) 0x10000000000ULL) + #define NOINLINE __attribute__((__noinline__)) + #define ALWAYSINLINE inline __attribute__((__always_inline__)) #endif // SHARE_VM_UTILITIES_GLOBALDEFINITIONS_XLC_HPP
< prev index next >