< prev index next >

src/hotspot/cpu/s390/vm_version_s390.hpp

Print this page

        

*** 1,8 **** /* * Copyright (c) 2016, 2018, Oracle and/or its affiliates. All rights reserved. ! * Copyright (c) 2016, 2018 SAP SE. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundation. --- 1,8 ---- /* * Copyright (c) 2016, 2018, Oracle and/or its affiliates. All rights reserved. ! * Copyright (c) 2016, 2019 SAP SE. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundation.
*** 25,36 **** #ifndef CPU_S390_VM_VM_VERSION_S390_HPP #define CPU_S390_VM_VM_VERSION_S390_HPP #include "runtime/globals_extension.hpp" - #include "runtime/vm_version.hpp" class VM_Version: public Abstract_VM_Version { protected: // The following list contains the (approximate) announcement/availability --- 25,36 ---- #ifndef CPU_S390_VM_VM_VERSION_S390_HPP #define CPU_S390_VM_VM_VERSION_S390_HPP + #include "runtime/abstract_vm_version.hpp" #include "runtime/globals_extension.hpp" class VM_Version: public Abstract_VM_Version { protected: // The following list contains the (approximate) announcement/availability
< prev index next >