src/hotspot/os/linux/os_linux.cpp
changeset 54186 3827cd66e788
parent 54090 3086f9259e97
child 54211 67c58bd66e82
--- a/src/hotspot/os/linux/os_linux.cpp	Tue Mar 19 11:15:08 2019 +0000
+++ b/src/hotspot/os/linux/os_linux.cpp	Mon Mar 18 16:04:23 2019 +0100
@@ -2292,7 +2292,7 @@
 #elif defined(PPC64)
 const char* search_string = "cpu";
 #elif defined(S390)
-const char* search_string = "processor";
+const char* search_string = "machine =";
 #elif defined(SPARC)
 const char* search_string = "cpu";
 #else