< prev index next >

src/share/vm/utilities/globalDefinitions_sparcWorks.hpp

Print this page

        

*** 279,284 **** --- 279,288 ---- #define FORMAT64_MODIFIER "ll" #endif // _LP64 #define offset_of(klass,field) offsetof(klass,field) + // Inlining support + #define NOINLINE + #define ALWAYSINLINE inline __attribute__((always_inline)) + #endif // SHARE_VM_UTILITIES_GLOBALDEFINITIONS_SPARCWORKS_HPP
< prev index next >