hotspot/src/os_cpu/bsd_zero/vm/atomic_bsd_zero.inline.hpp
changeset 15855 2ac9ebea17f3
parent 10565 dc90c239f4ec
child 25715 d5a8dbdc5150
equal deleted inserted replaced
15800:55dcad6bc1a5 15855:2ac9ebea17f3
     1 /*
     1 /*
     2  * Copyright (c) 2003, 2011, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 2003, 2013, Oracle and/or its affiliates. All rights reserved.
     3  * Copyright 2007, 2008, 2011 Red Hat, Inc.
     3  * Copyright 2007, 2008, 2011 Red Hat, Inc.
     4  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     4  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     5  *
     5  *
     6  * This code is free software; you can redistribute it and/or modify it
     6  * This code is free software; you can redistribute it and/or modify it
     7  * under the terms of the GNU General Public License version 2 only, as
     7  * under the terms of the GNU General Public License version 2 only, as
    24  */
    24  */
    25 
    25 
    26 #ifndef OS_CPU_BSD_ZERO_VM_ATOMIC_BSD_ZERO_INLINE_HPP
    26 #ifndef OS_CPU_BSD_ZERO_VM_ATOMIC_BSD_ZERO_INLINE_HPP
    27 #define OS_CPU_BSD_ZERO_VM_ATOMIC_BSD_ZERO_INLINE_HPP
    27 #define OS_CPU_BSD_ZERO_VM_ATOMIC_BSD_ZERO_INLINE_HPP
    28 
    28 
    29 #include "orderAccess_bsd_zero.inline.hpp"
       
    30 #include "runtime/atomic.hpp"
    29 #include "runtime/atomic.hpp"
    31 #include "runtime/os.hpp"
    30 #include "runtime/os.hpp"
    32 #include "vm_version_zero.hpp"
    31 #include "vm_version_zero.hpp"
    33 
    32 
    34 // Implementation of class atomic
    33 // Implementation of class atomic