hotspot/src/share/vm/runtime/thread.inline.hpp
changeset 40655 9f644073d3a0
parent 39220 f08faf525113
child 46643 cb5f289ba033
equal deleted inserted replaced
40654:d4f8e348420a 40655:9f644073d3a0
     1 /*
     1 /*
     2  * Copyright (c) 2012, 2014, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 2012, 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.
    25 #ifndef SHARE_VM_RUNTIME_THREAD_INLINE_HPP
    25 #ifndef SHARE_VM_RUNTIME_THREAD_INLINE_HPP
    26 #define SHARE_VM_RUNTIME_THREAD_INLINE_HPP
    26 #define SHARE_VM_RUNTIME_THREAD_INLINE_HPP
    27 
    27 
    28 #define SHARE_VM_RUNTIME_THREAD_INLINE_HPP_SCOPE
    28 #define SHARE_VM_RUNTIME_THREAD_INLINE_HPP_SCOPE
    29 
    29 
    30 #include "runtime/atomic.inline.hpp"
    30 #include "runtime/atomic.hpp"
    31 #include "runtime/os.inline.hpp"
    31 #include "runtime/os.inline.hpp"
    32 #include "runtime/thread.hpp"
    32 #include "runtime/thread.hpp"
    33 
    33 
    34 #undef SHARE_VM_RUNTIME_THREAD_INLINE_HPP_SCOPE
    34 #undef SHARE_VM_RUNTIME_THREAD_INLINE_HPP_SCOPE
    35 
    35