< prev index next >

src/hotspot/os_cpu/linux_s390/orderAccess_linux_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 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.
*** 26,36 **** #ifndef OS_CPU_LINUX_S390_ORDERACCESS_LINUX_S390_HPP #define OS_CPU_LINUX_S390_ORDERACCESS_LINUX_S390_HPP // Included in orderAccess.hpp header file. ! #include "vm_version_s390.hpp" // Implementation of class OrderAccess. // // machine barrier instructions: --- 26,36 ---- #ifndef OS_CPU_LINUX_S390_ORDERACCESS_LINUX_S390_HPP #define OS_CPU_LINUX_S390_ORDERACCESS_LINUX_S390_HPP // Included in orderAccess.hpp header file. ! #include "runtime/vm_version.hpp" // Implementation of class OrderAccess. // // machine barrier instructions:
< prev index next >