comparison src/cpu/sparc/vm/stubRoutines_sparc.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 f95d63e2154a
children 46c544b8fbfc
comparison
equal deleted inserted replaced
7179:d0aa87f04bd5 7180:f34d701e952e
24 24
25 #include "precompiled.hpp" 25 #include "precompiled.hpp"
26 #include "runtime/deoptimization.hpp" 26 #include "runtime/deoptimization.hpp"
27 #include "runtime/frame.inline.hpp" 27 #include "runtime/frame.inline.hpp"
28 #include "runtime/stubRoutines.hpp" 28 #include "runtime/stubRoutines.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 30
36 // Implementation of the platform-specific part of StubRoutines - for 31 // Implementation of the platform-specific part of StubRoutines - for
37 // a description of how to extend it, see the stubRoutines.hpp file. 32 // a description of how to extend it, see the stubRoutines.hpp file.
38 33
39 34