comparison src/share/vm/runtime/vm_version.cpp @ 14391:d2907f74462e

8016586: PPC64 (part 3): basic changes for PPC64 Summary: added #includes needed for ppc64 port. Renamed _MODEL_ppc to _MODEL_ppc_32 and renamed corresponding old _ppc files to _ppc_32. Reviewed-by: dholmes, kvn
author goetz
date Thu, 20 Jun 2013 16:30:44 -0700
parents 0f03ff49c720
children bdd155477289
comparison
equal deleted inserted replaced
14390:0f03ff49c720 14391:d2907f74462e
185 #define CPU IA32_ONLY("x86") \ 185 #define CPU IA32_ONLY("x86") \
186 IA64_ONLY("ia64") \ 186 IA64_ONLY("ia64") \
187 AMD64_ONLY("amd64") \ 187 AMD64_ONLY("amd64") \
188 ARM_ONLY("arm") \ 188 ARM_ONLY("arm") \
189 PPC32_ONLY("ppc") \ 189 PPC32_ONLY("ppc") \
190 PPC64_ONLY("ppc64") \
190 SPARC_ONLY("sparc") 191 SPARC_ONLY("sparc")
191 #endif // ZERO 192 #endif // ZERO
192 193
193 const char *Abstract_VM_Version::vm_platform_string() { 194 const char *Abstract_VM_Version::vm_platform_string() {
194 return OS "-" CPU; 195 return OS "-" CPU;