8220781: linux-s390 : os::get_summary_cpu_info gives bad output

Reviewed-by: dholmes, lucy
This commit is contained in:
Matthias Baesken 2019-03-18 16:04:23 +01:00
parent 1df787692a
commit dc7b3e8df3

View file

@ -2292,7 +2292,7 @@ const char* search_string = "CPU";
#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