< prev index next >

src/hotspot/cpu/sparc/globalDefinitions_sparc.hpp

Print this page
rev 47445 : 8171853: Remove Shark compiler

@@ -41,11 +41,11 @@
   // 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)
+#elif defined(COMPILER2)
   // pure C2, 64-bit, large machine
   #define DEFAULT_CACHE_LINE_SIZE 128
 #endif
 
 #if defined(SOLARIS)
< prev index next >