src/hotspot/cpu/sparc/globalDefinitions_sparc.hpp
changeset 47687 fb290fd1f9d4
parent 47216 71c04702a3d5
child 47881 0ce0ac68ace7
--- a/src/hotspot/cpu/sparc/globalDefinitions_sparc.hpp	Wed Oct 18 16:06:39 2017 +0200
+++ b/src/hotspot/cpu/sparc/globalDefinitions_sparc.hpp	Sun Oct 15 22:54:03 2017 +0200
@@ -43,7 +43,7 @@
 #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