src/cpu/sparc/vm/stubGenerator_sparc.cpp

changeset 4299
f34d701e952e
parent 4142
d8ce2825b193
child 4325
d2f8c38e543d
     1.1 --- a/src/cpu/sparc/vm/stubGenerator_sparc.cpp	Tue Nov 27 10:13:20 2012 +0100
     1.2 +++ b/src/cpu/sparc/vm/stubGenerator_sparc.cpp	Tue Nov 27 14:20:21 2012 +0100
     1.3 @@ -37,13 +37,8 @@
     1.4  #include "runtime/sharedRuntime.hpp"
     1.5  #include "runtime/stubCodeGenerator.hpp"
     1.6  #include "runtime/stubRoutines.hpp"
     1.7 +#include "runtime/thread.inline.hpp"
     1.8  #include "utilities/top.hpp"
     1.9 -#ifdef TARGET_OS_FAMILY_linux
    1.10 -# include "thread_linux.inline.hpp"
    1.11 -#endif
    1.12 -#ifdef TARGET_OS_FAMILY_solaris
    1.13 -# include "thread_solaris.inline.hpp"
    1.14 -#endif
    1.15  #ifdef COMPILER2
    1.16  #include "opto/runtime.hpp"
    1.17  #endif

mercurial