comparison src/os/solaris/vm/thread_solaris.inline.hpp @ 7180:f34d701e952e

8003935: Simplify the needed includes for using Thread::current() Reviewed-by: dholmes, rbackman, coleenp
author stefank
date Tue, 27 Nov 2012 14:20:21 +0100
parents b1a2afa37ec4
children ce8f6bb717c9
comparison
equal deleted inserted replaced
7179:d0aa87f04bd5 7180:f34d701e952e
22 * 22 *
23 */ 23 */
24 24
25 #ifndef OS_SOLARIS_VM_THREAD_SOLARIS_INLINE_HPP 25 #ifndef OS_SOLARIS_VM_THREAD_SOLARIS_INLINE_HPP
26 #define OS_SOLARIS_VM_THREAD_SOLARIS_INLINE_HPP 26 #define OS_SOLARIS_VM_THREAD_SOLARIS_INLINE_HPP
27
28 #ifndef SHARE_VM_RUNTIME_THREAD_INLINE_HPP_SCOPE
29 #error "This file should only be included from thread.inline.hpp"
30 #endif
27 31
28 #include "runtime/atomic.hpp" 32 #include "runtime/atomic.hpp"
29 #include "runtime/prefetch.hpp" 33 #include "runtime/prefetch.hpp"
30 #include "runtime/thread.hpp" 34 #include "runtime/thread.hpp"
31 #include "runtime/threadLocalStorage.hpp" 35 #include "runtime/threadLocalStorage.hpp"