< prev index next >

src/share/vm/utilities/globalDefinitions_sparcWorks.hpp

Print this page

        

*** 271,276 **** --- 271,278 ---- #define FORMAT64_MODIFIER "ll" #endif // _LP64 #define offset_of(klass,field) offsetof(klass,field) + #define THREAD_LOCAL_DECL __thread + #endif // SHARE_VM_UTILITIES_GLOBALDEFINITIONS_SPARCWORKS_HPP
< prev index next >