Open sendaoYan opened 5 months ago
diff --git a/hotspot/src/share/vm/runtime/vm_version.cpp b/hotspot/src/share/vm/runtime/vm_version.cpp
index c75ff7c31ac..e0642c69b51 100644
--- a/hotspot/src/share/vm/runtime/vm_version.cpp
+++ b/hotspot/src/share/vm/runtime/vm_version.cpp
@@ -196,7 +196,7 @@ const char* Abstract_VM_Version::jre_release_version() {
#else
#define CPU IA32_ONLY("x86") \
IA64_ONLY("ia64") \
- S390_ONLY("s390") \
+ AMD64_ONLY("amd64") \
SPARC_ONLY("sparc") \
RISCV64_ONLY("riscv64")
#endif // !ZERO
make-aarch64.log make-x86_64.log