hotspot/src/share/vm/utilities/globalDefinitions_xlc.hpp
changeset 32393 4406de22d8ce
parent 29581 b8d83fef0c8e
child 34633 2a6c7c7b30a7
equal deleted inserted replaced
32392:6346c7568a03 32393:4406de22d8ce
   106 typedef uint32_t juint;
   106 typedef uint32_t juint;
   107 typedef uint64_t julong;
   107 typedef uint64_t julong;
   108 
   108 
   109 
   109 
   110 //----------------------------------------------------------------------------------------------------
   110 //----------------------------------------------------------------------------------------------------
   111 // Constant for jlong (specifying an long long canstant is C++ compiler specific)
   111 // Constant for jlong (specifying a long long constant is C++ compiler specific)
   112 
   112 
   113 // Build a 64bit integer constant
   113 // Build a 64bit integer constant
   114 #define CONST64(x)  (x ## LL)
   114 #define CONST64(x)  (x ## LL)
   115 #define UCONST64(x) (x ## ULL)
   115 #define UCONST64(x) (x ## ULL)
   116 
   116