hotspot/src/share/vm/utilities/globalDefinitions_sparcWorks.hpp
changeset 32393 4406de22d8ce
parent 29581 b8d83fef0c8e
child 34633 2a6c7c7b30a7
equal deleted inserted replaced
32392:6346c7568a03 32393:4406de22d8ce
   176 typedef unsigned int       juint;
   176 typedef unsigned int       juint;
   177 typedef unsigned long long julong;
   177 typedef unsigned long long julong;
   178 
   178 
   179 
   179 
   180 //----------------------------------------------------------------------------------------------------
   180 //----------------------------------------------------------------------------------------------------
   181 // Constant for jlong (specifying an long long constant is C++ compiler specific)
   181 // Constant for jlong (specifying a long long constant is C++ compiler specific)
   182 
   182 
   183 // Build a 64bit integer constant
   183 // Build a 64bit integer constant
   184 #define CONST64(x)  (x ## LL)
   184 #define CONST64(x)  (x ## LL)
   185 #define UCONST64(x) (x ## ULL)
   185 #define UCONST64(x) (x ## ULL)
   186 
   186