OpenJDK / jdk / hs
changeset 46811:f4ded11e0f74
8186221: Define CPU search_string for M68K
Reviewed-by: dholmes
Contributed-by: John Paul Adrian Glaubitz <glaubitz@physik.fu-berlin.de>
author | dholmes |
---|---|
date | Mon, 14 Aug 2017 21:04:57 -0400 |
parents | 7dad333205cd |
children | 3d71dbbe1c94 |
files | hotspot/src/os/linux/vm/os_linux.cpp |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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)