hotspot/src/share/vm/utilities/globalDefinitions.hpp
changeset 27165 785a8d56024c
parent 26709 87aa4286a4d7
child 27471 6e56277909f1
equal deleted inserted replaced
27164:6523fa019ffa 27165:785a8d56024c
   538   }
   538   }
   539 }
   539 }
   540 
   540 
   541 
   541 
   542 // The expected size in bytes of a cache line, used to pad data structures.
   542 // The expected size in bytes of a cache line, used to pad data structures.
   543 #define DEFAULT_CACHE_LINE_SIZE 64
   543 #ifndef DEFAULT_CACHE_LINE_SIZE
       
   544   #define DEFAULT_CACHE_LINE_SIZE 64
       
   545 #endif
   544 
   546 
   545 
   547 
   546 //----------------------------------------------------------------------------------------------------
   548 //----------------------------------------------------------------------------------------------------
   547 // Utility macros for compilers
   549 // Utility macros for compilers
   548 // used to silence compiler warnings
   550 // used to silence compiler warnings