comparison src/cpu/x86/vm/stubGenerator_x86_64.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 a3ecd773a7b9
children d2f8c38e543d
comparison
equal deleted inserted replaced
7179:d0aa87f04bd5 7180:f34d701e952e
35 #include "runtime/frame.inline.hpp" 35 #include "runtime/frame.inline.hpp"
36 #include "runtime/handles.inline.hpp" 36 #include "runtime/handles.inline.hpp"
37 #include "runtime/sharedRuntime.hpp" 37 #include "runtime/sharedRuntime.hpp"
38 #include "runtime/stubCodeGenerator.hpp" 38 #include "runtime/stubCodeGenerator.hpp"
39 #include "runtime/stubRoutines.hpp" 39 #include "runtime/stubRoutines.hpp"
40 #include "runtime/thread.inline.hpp"
40 #include "utilities/top.hpp" 41 #include "utilities/top.hpp"
41 #ifdef TARGET_OS_FAMILY_linux
42 # include "thread_linux.inline.hpp"
43 #endif
44 #ifdef TARGET_OS_FAMILY_solaris
45 # include "thread_solaris.inline.hpp"
46 #endif
47 #ifdef TARGET_OS_FAMILY_windows
48 # include "thread_windows.inline.hpp"
49 #endif
50 #ifdef TARGET_OS_FAMILY_bsd
51 # include "thread_bsd.inline.hpp"
52 #endif
53 #ifdef COMPILER2 42 #ifdef COMPILER2
54 #include "opto/runtime.hpp" 43 #include "opto/runtime.hpp"
55 #endif 44 #endif
56 45
57 // Declaration and definition of StubGenerator (no .hpp file). 46 // Declaration and definition of StubGenerator (no .hpp file).