src/hotspot/cpu/arm/vm_version_arm_32.cpp
changeset 59122 5d73255c2d52
parent 54919 21925121a917
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.
    27 #include "asm/macroAssembler.inline.hpp"
    27 #include "asm/macroAssembler.inline.hpp"
    28 #include "memory/resourceArea.hpp"
    28 #include "memory/resourceArea.hpp"
    29 #include "runtime/java.hpp"
    29 #include "runtime/java.hpp"
    30 #include "runtime/os.inline.hpp"
    30 #include "runtime/os.inline.hpp"
    31 #include "runtime/stubCodeGenerator.hpp"
    31 #include "runtime/stubCodeGenerator.hpp"
    32 #include "vm_version_arm.hpp"
    32 #include "runtime/vm_version.hpp"
    33 
    33 
    34 int  VM_Version::_stored_pc_adjustment = 4;
    34 int  VM_Version::_stored_pc_adjustment = 4;
    35 int  VM_Version::_arm_arch             = 5;
    35 int  VM_Version::_arm_arch             = 5;
    36 bool VM_Version::_is_initialized       = false;
    36 bool VM_Version::_is_initialized       = false;
    37 int VM_Version::_kuser_helper_version  = 0;
    37 int VM_Version::_kuser_helper_version  = 0;