# HG changeset patch # User dholmes # Date 1502759097 14400 # Node ID f4ded11e0f74b634472c5a4fdad1c7c613567162 # Parent 7dad333205cda112d6a41b4dfa99ef3cbe4d69bf 8186221: Define CPU search_string for M68K Reviewed-by: dholmes Contributed-by: John Paul Adrian Glaubitz diff -r 7dad333205cd -r f4ded11e0f74 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)