diff src/cpu/sparc/vm/vm_version_sparc.hpp @ 10997:46c544b8fbfc

8008407: remove SPARC V8 support Summary: Removed most of the SPARC V8 instructions Reviewed-by: kvn, twisti
author morris
date Fri, 07 Jun 2013 16:46:37 -0700
parents 3a327d0b8586
children eae426d683f6
line wrap: on
line diff
--- a/src/cpu/sparc/vm/vm_version_sparc.hpp	Fri Jun 07 11:43:53 2013 -0700
+++ b/src/cpu/sparc/vm/vm_version_sparc.hpp	Fri Jun 07 16:46:37 2013 -0700
@@ -177,10 +177,6 @@
     return AllocatePrefetchDistance > 0 ? AllocatePrefetchStyle : 0;
   }
 
-  // Legacy
-  static bool v8_instructions_work() { return has_v8() && !has_v9(); }
-  static bool v9_instructions_work() { return has_v9(); }
-
   // Assembler testing
   static void allow_all();
   static void revert();