comparison src/cpu/sparc/vm/vm_version_sparc.cpp @ 3851:95134e034042

7063629: use cbcond in C2 generated code on T4 Summary: Use new short branch instruction in C2 generated code. Reviewed-by: never
author kvn
date Thu, 11 Aug 2011 12:08:11 -0700
parents 3d42f82cd811
children 1af104d6cf99
comparison
equal deleted inserted replaced
3850:6987871cfb9b 3851:95134e034042
142 // FLAG_SET_DEFAULT(UseRDPCForConstantTableBase, true); 142 // FLAG_SET_DEFAULT(UseRDPCForConstantTableBase, true);
143 } 143 }
144 144
145 // Currently not supported anywhere. 145 // Currently not supported anywhere.
146 FLAG_SET_DEFAULT(UseFPUForSpilling, false); 146 FLAG_SET_DEFAULT(UseFPUForSpilling, false);
147 #endif 147
148 assert((InteriorEntryAlignment % relocInfo::addr_unit()) == 0, "alignment is not a multiple of NOP size");
149 #endif
150
151 assert((CodeEntryAlignment % relocInfo::addr_unit()) == 0, "alignment is not a multiple of NOP size");
152 assert((OptoLoopAlignment % relocInfo::addr_unit()) == 0, "alignment is not a multiple of NOP size");
148 153
149 char buf[512]; 154 char buf[512];
150 jio_snprintf(buf, sizeof(buf), "%s%s%s%s%s%s%s%s%s%s%s%s%s%s", 155 jio_snprintf(buf, sizeof(buf), "%s%s%s%s%s%s%s%s%s%s%s%s%s%s",
151 (has_v9() ? ", v9" : (has_v8() ? ", v8" : "")), 156 (has_v9() ? ", v9" : (has_v8() ? ", v8" : "")),
152 (has_hardware_popc() ? ", popc" : ""), 157 (has_hardware_popc() ? ", popc" : ""),