< prev index next >

src/hotspot/cpu/sparc/vm_version_sparc.cpp

Print this page

        

@@ -65,12 +65,10 @@
       warning("Cache-line size must be known for AllocatePrefetchInstr 1 to work");
       FLAG_SET_DEFAULT(AllocatePrefetchInstr, 0);
     }
   }
 
-  UseSSE = false;                   // Only used on x86 and x64.
-
   _supports_cx8 = true;             // All SPARC V9 implementations.
   _supports_atomic_getset4 = true;  // Using the 'swap' instruction.
 
   if (has_fast_ind_br() && FLAG_IS_DEFAULT(UseInlineCaches)) {
     // Indirect and direct branches are cost equivalent.
< prev index next >