hotspot/src/os_cpu/bsd_x86/vm/atomic_bsd_x86.inline.hpp
changeset 15855 2ac9ebea17f3
parent 10565 dc90c239f4ec
child 25715 d5a8dbdc5150
equal deleted inserted replaced
15800:55dcad6bc1a5 15855:2ac9ebea17f3
     1 /*
     1 /*
     2  * Copyright (c) 1999, 2011, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 1999, 2013, 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.
    23  */
    23  */
    24 
    24 
    25 #ifndef OS_CPU_BSD_X86_VM_ATOMIC_BSD_X86_INLINE_HPP
    25 #ifndef OS_CPU_BSD_X86_VM_ATOMIC_BSD_X86_INLINE_HPP
    26 #define OS_CPU_BSD_X86_VM_ATOMIC_BSD_X86_INLINE_HPP
    26 #define OS_CPU_BSD_X86_VM_ATOMIC_BSD_X86_INLINE_HPP
    27 
    27 
    28 #include "orderAccess_bsd_x86.inline.hpp"
       
    29 #include "runtime/atomic.hpp"
    28 #include "runtime/atomic.hpp"
    30 #include "runtime/os.hpp"
    29 #include "runtime/os.hpp"
    31 #include "vm_version_x86.hpp"
    30 #include "vm_version_x86.hpp"
    32 
    31 
    33 // Implementation of class atomic
    32 // Implementation of class atomic