< prev index next >

src/hotspot/cpu/x86/globalDefinitions_x86.hpp

Print this page
rev 47445 : 8171853: Remove Shark compiler

@@ -44,11 +44,11 @@
   #endif
 #elif defined(COMPILER1)
   // pure C1, 32-bit, small machine
   // i486 was the last Intel chip with 16-byte cache line size
   #define DEFAULT_CACHE_LINE_SIZE 32
-#elif defined(COMPILER2) || defined(SHARK)
+#elif defined(COMPILER2)
   #ifdef _LP64
     // pure C2, 64-bit, large machine
     #define DEFAULT_CACHE_LINE_SIZE 128
   #else
     // pure C2, 32-bit, medium machine
< prev index next >