8186221: Define CPU search_string for M68K
authordholmes
Mon, 14 Aug 2017 21:04:57 -0400
changeset 46811 f4ded11e0f74
parent 46810 7dad333205cd
child 46813 3d71dbbe1c94
8186221: Define CPU search_string for M68K Reviewed-by: dholmes Contributed-by: John Paul Adrian Glaubitz <glaubitz@physik.fu-berlin.de>
hotspot/src/os/linux/vm/os_linux.cpp
--- a/hotspot/src/os/linux/vm/os_linux.cpp	Mon Aug 14 14:32:17 2017 -0400
+++ b/hotspot/src/os/linux/vm/os_linux.cpp	Mon Aug 14 21:04:57 2017 -0400
@@ -2201,6 +2201,8 @@
 
 #if defined(AMD64) || defined(IA32) || defined(X32)
 const char* search_string = "model name";
+#elif defined(M68K)
+const char* search_string = "CPU";
 #elif defined(PPC64)
 const char* search_string = "cpu";
 #elif defined(S390)