src/share/vm/utilities/globalDefinitions_sparcWorks.hpp

changeset 9858
b985cbb00e68
parent 7638
aefa2e84b424
child 9931
fd44df5e3bc3
equal deleted inserted replaced
9727:c7a3e57fdf4a 9858:b985cbb00e68
279 #define FORMAT64_MODIFIER "ll" 279 #define FORMAT64_MODIFIER "ll"
280 #endif // _LP64 280 #endif // _LP64
281 281
282 #define offset_of(klass,field) offsetof(klass,field) 282 #define offset_of(klass,field) offsetof(klass,field)
283 283
284 // Inlining support
285 #define NOINLINE
286 #define ALWAYSINLINE inline __attribute__((always_inline))
287
284 #endif // SHARE_VM_UTILITIES_GLOBALDEFINITIONS_SPARCWORKS_HPP 288 #endif // SHARE_VM_UTILITIES_GLOBALDEFINITIONS_SPARCWORKS_HPP

mercurial