comparison src/share/vm/memory/resourceArea.cpp @ 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 7b5885dadbdc
children
comparison
equal deleted inserted replaced
7179:d0aa87f04bd5 7180:f34d701e952e
24 24
25 #include "precompiled.hpp" 25 #include "precompiled.hpp"
26 #include "memory/allocation.inline.hpp" 26 #include "memory/allocation.inline.hpp"
27 #include "memory/resourceArea.hpp" 27 #include "memory/resourceArea.hpp"
28 #include "runtime/mutexLocker.hpp" 28 #include "runtime/mutexLocker.hpp"
29 #ifdef TARGET_OS_FAMILY_linux 29 #include "runtime/thread.inline.hpp"
30 # include "thread_linux.inline.hpp"
31 #endif
32 #ifdef TARGET_OS_FAMILY_solaris
33 # include "thread_solaris.inline.hpp"
34 #endif
35 #ifdef TARGET_OS_FAMILY_windows
36 # include "thread_windows.inline.hpp"
37 #endif
38 #ifdef TARGET_OS_FAMILY_bsd
39 # include "thread_bsd.inline.hpp"
40 #endif
41 30
42 //------------------------------ResourceMark----------------------------------- 31 //------------------------------ResourceMark-----------------------------------
43 debug_only(int ResourceArea::_warned;) // to suppress multiple warnings 32 debug_only(int ResourceArea::_warned;) // to suppress multiple warnings
44 33
45 // The following routines are declared in allocation.hpp and used everywhere: 34 // The following routines are declared in allocation.hpp and used everywhere: