comparison src/cpu/sparc/vm/disassembler_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 f95d63e2154a
children de6a9e811145
comparison
equal deleted inserted replaced
10996:ea60d1de6735 10997:46c544b8fbfc
28 static int pd_instruction_alignment() { 28 static int pd_instruction_alignment() {
29 return sizeof(int); 29 return sizeof(int);
30 } 30 }
31 31
32 static const char* pd_cpu_opts() { 32 static const char* pd_cpu_opts() {
33 return (VM_Version::v9_instructions_work()? 33 return "v9only";
34 (VM_Version::v8_instructions_work()? "" : "v9only") : "v8only");
35 } 34 }
36 35
37 #endif // CPU_SPARC_VM_DISASSEMBLER_SPARC_HPP 36 #endif // CPU_SPARC_VM_DISASSEMBLER_SPARC_HPP