comparison src/os/bsd/vm/mutex_bsd.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 f08d439fab8c
children
comparison
equal deleted inserted replaced
7179:d0aa87f04bd5 7180:f34d701e952e
25 #ifndef OS_BSD_VM_MUTEX_BSD_INLINE_HPP 25 #ifndef OS_BSD_VM_MUTEX_BSD_INLINE_HPP
26 #define OS_BSD_VM_MUTEX_BSD_INLINE_HPP 26 #define OS_BSD_VM_MUTEX_BSD_INLINE_HPP
27 27
28 #include "os_bsd.inline.hpp" 28 #include "os_bsd.inline.hpp"
29 #include "runtime/interfaceSupport.hpp" 29 #include "runtime/interfaceSupport.hpp"
30 #include "thread_bsd.inline.hpp" 30 #include "runtime/thread.inline.hpp"
31 31
32 32
33 // Reconciliation History 33 // Reconciliation History
34 // mutex_solaris.inline.hpp 1.5 99/06/22 16:38:49 34 // mutex_solaris.inline.hpp 1.5 99/06/22 16:38:49
35 // End 35 // End