src/hotspot/os_cpu/linux_arm/vm_version_linux_arm_32.cpp
changeset 59122 5d73255c2d52
parent 50617 3300874b963c
equal deleted inserted replaced
59121:7cbffba2156b 59122:5d73255c2d52
     1 /*
     1 /*
     2  * Copyright (c) 2008, 2018, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 2008, 2019, Oracle and/or its affiliates. All rights reserved.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     4  *
     4  *
     5  * This code is free software; you can redistribute it and/or modify it
     5  * This code is free software; you can redistribute it and/or modify it
     6  * under the terms of the GNU General Public License version 2 only, as
     6  * under the terms of the GNU General Public License version 2 only, as
     7  * published by the Free Software Foundation.
     7  * published by the Free Software Foundation.
    22  *
    22  *
    23  */
    23  */
    24 
    24 
    25 #include "precompiled.hpp"
    25 #include "precompiled.hpp"
    26 #include "runtime/os.hpp"
    26 #include "runtime/os.hpp"
    27 #include "vm_version_arm.hpp"
    27 #include "runtime/vm_version.hpp"
    28 
    28 
    29 # include <sys/utsname.h>
    29 # include <sys/utsname.h>
    30 
    30 
    31 // Use uname() to find the architecture version
    31 // Use uname() to find the architecture version
    32 void VM_Version::get_os_cpu_info() {
    32 void VM_Version::get_os_cpu_info() {