hotspot/src/share/vm/utilities/globalDefinitions_xlc.hpp
changeset 34633 2a6c7c7b30a7
parent 32393 4406de22d8ce
child 35594 cc13089c6327
equal deleted inserted replaced
34632:bf3518bba285 34633:2a6c7c7b30a7
   178 #define SIZE_16G  ((uint64_t) UCONST64(  0x400000000))
   178 #define SIZE_16G  ((uint64_t) UCONST64(  0x400000000))
   179 #define SIZE_32G  ((uint64_t) UCONST64(  0x800000000))
   179 #define SIZE_32G  ((uint64_t) UCONST64(  0x800000000))
   180 #define SIZE_64G  ((uint64_t) UCONST64( 0x1000000000))
   180 #define SIZE_64G  ((uint64_t) UCONST64( 0x1000000000))
   181 #define SIZE_1T   ((uint64_t) UCONST64(0x10000000000))
   181 #define SIZE_1T   ((uint64_t) UCONST64(0x10000000000))
   182 
   182 
       
   183 #ifndef USE_LIBRARY_BASED_TLS_ONLY
       
   184 #define THREAD_LOCAL_DECL __thread
       
   185 #endif
   183 
   186 
   184 #endif // SHARE_VM_UTILITIES_GLOBALDEFINITIONS_XLC_HPP
   187 #endif // SHARE_VM_UTILITIES_GLOBALDEFINITIONS_XLC_HPP