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