src/cpu/x86/vm/stubGenerator_x86_64.cpp

changeset 4299
f34d701e952e
parent 4205
a3ecd773a7b9
child 4325
d2f8c38e543d
     1.1 --- a/src/cpu/x86/vm/stubGenerator_x86_64.cpp	Tue Nov 27 10:13:20 2012 +0100
     1.2 +++ b/src/cpu/x86/vm/stubGenerator_x86_64.cpp	Tue Nov 27 14:20:21 2012 +0100
     1.3 @@ -37,19 +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 TARGET_OS_FAMILY_windows
    1.16 -# include "thread_windows.inline.hpp"
    1.17 -#endif
    1.18 -#ifdef TARGET_OS_FAMILY_bsd
    1.19 -# include "thread_bsd.inline.hpp"
    1.20 -#endif
    1.21  #ifdef COMPILER2
    1.22  #include "opto/runtime.hpp"
    1.23  #endif

mercurial