< prev index next >

src/hotspot/cpu/s390/register_s390.hpp

Print this page
rev 56941 : 8233787: Break cycle in vm_version* includes
Reviewed-by:

*** 1,8 **** /* * Copyright (c) 2016, 2019, Oracle and/or its affiliates. All rights reserved. ! * Copyright (c) 2016, 2017 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, 2019, 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,35 **** #ifndef CPU_S390_REGISTER_S390_HPP #define CPU_S390_REGISTER_S390_HPP #include "asm/register.hpp" ! #include "vm_version_s390.hpp" class Address; class VMRegImpl; typedef VMRegImpl* VMReg; --- 25,35 ---- #ifndef CPU_S390_REGISTER_S390_HPP #define CPU_S390_REGISTER_S390_HPP #include "asm/register.hpp" ! #include "runtime/vm_version.hpp" class Address; class VMRegImpl; typedef VMRegImpl* VMReg;
< prev index next >