hotspot/src/os_cpu/windows_x86/vm/orderAccess_windows_x86.inline.hpp
changeset 40655 9f644073d3a0
parent 29456 cc1c5203e60d
equal deleted inserted replaced
40654:d4f8e348420a 40655:9f644073d3a0
     1 /*
     1 /*
     2  * Copyright (c) 2003, 2015, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 2003, 2016, 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.
    24 
    24 
    25 #ifndef OS_CPU_WINDOWS_X86_VM_ORDERACCESS_WINDOWS_X86_INLINE_HPP
    25 #ifndef OS_CPU_WINDOWS_X86_VM_ORDERACCESS_WINDOWS_X86_INLINE_HPP
    26 #define OS_CPU_WINDOWS_X86_VM_ORDERACCESS_WINDOWS_X86_INLINE_HPP
    26 #define OS_CPU_WINDOWS_X86_VM_ORDERACCESS_WINDOWS_X86_INLINE_HPP
    27 
    27 
    28 #include <intrin.h>
    28 #include <intrin.h>
    29 #include "runtime/atomic.inline.hpp"
    29 #include "runtime/atomic.hpp"
    30 #include "runtime/orderAccess.hpp"
    30 #include "runtime/orderAccess.hpp"
    31 #include "runtime/os.hpp"
    31 #include "runtime/os.hpp"
    32 
    32 
    33 // Compiler version last used for testing: Microsoft Visual Studio 2010
    33 // Compiler version last used for testing: Microsoft Visual Studio 2010
    34 // Please update this information when this file changes
    34 // Please update this information when this file changes