src/share/vm/runtime/javaCalls.hpp

changeset 4299
f34d701e952e
parent 4037
da91efe96a93
child 5419
e619a2766bcc
     1.1 --- a/src/share/vm/runtime/javaCalls.hpp	Tue Nov 27 10:13:20 2012 +0100
     1.2 +++ b/src/share/vm/runtime/javaCalls.hpp	Tue Nov 27 14:20:21 2012 +0100
     1.3 @@ -29,6 +29,7 @@
     1.4  #include "oops/method.hpp"
     1.5  #include "runtime/handles.hpp"
     1.6  #include "runtime/javaFrameAnchor.hpp"
     1.7 +#include "runtime/thread.inline.hpp"
     1.8  #include "runtime/vmThread.hpp"
     1.9  #ifdef TARGET_ARCH_x86
    1.10  # include "jniTypes_x86.hpp"
    1.11 @@ -45,18 +46,6 @@
    1.12  #ifdef TARGET_ARCH_ppc
    1.13  # include "jniTypes_ppc.hpp"
    1.14  #endif
    1.15 -#ifdef TARGET_OS_FAMILY_linux
    1.16 -# include "thread_linux.inline.hpp"
    1.17 -#endif
    1.18 -#ifdef TARGET_OS_FAMILY_solaris
    1.19 -# include "thread_solaris.inline.hpp"
    1.20 -#endif
    1.21 -#ifdef TARGET_OS_FAMILY_windows
    1.22 -# include "thread_windows.inline.hpp"
    1.23 -#endif
    1.24 -#ifdef TARGET_OS_FAMILY_bsd
    1.25 -# include "thread_bsd.inline.hpp"
    1.26 -#endif
    1.27  
    1.28  // A JavaCallWrapper is constructed before each JavaCall and destructed after the call.
    1.29  // Its purpose is to allocate/deallocate a new handle block and to save/restore the last

mercurial