< prev index next >

src/hotspot/cpu/sparc/globalDefinitions_sparc.hpp

Print this page
rev 47445 : 8171853: Remove Shark compiler

*** 41,51 **** // tiered, 64-bit, large machine #define DEFAULT_CACHE_LINE_SIZE 128 #elif defined(COMPILER1) // pure C1, 32-bit, small machine #define DEFAULT_CACHE_LINE_SIZE 16 ! #elif defined(COMPILER2) || defined(SHARK) // pure C2, 64-bit, large machine #define DEFAULT_CACHE_LINE_SIZE 128 #endif #if defined(SOLARIS) --- 41,51 ---- // tiered, 64-bit, large machine #define DEFAULT_CACHE_LINE_SIZE 128 #elif defined(COMPILER1) // pure C1, 32-bit, small machine #define DEFAULT_CACHE_LINE_SIZE 16 ! #elif defined(COMPILER2) // pure C2, 64-bit, large machine #define DEFAULT_CACHE_LINE_SIZE 128 #endif #if defined(SOLARIS)
< prev index next >