hotspot/src/os/linux/vm/os_linux.cpp
changeset 46811 f4ded11e0f74
parent 46629 8eeacdc76bf2
child 46967 89fb7df32425
--- 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)