src/share/vm/prims/jvmtiImpl.cpp

changeset 4299
f34d701e952e
parent 4278
070d523b96a7
child 4492
8b46b0196eb0
     1.1 --- a/src/share/vm/prims/jvmtiImpl.cpp	Tue Nov 27 10:13:20 2012 +0100
     1.2 +++ b/src/share/vm/prims/jvmtiImpl.cpp	Tue Nov 27 14:20:21 2012 +0100
     1.3 @@ -41,22 +41,11 @@
     1.4  #include "runtime/os.hpp"
     1.5  #include "runtime/serviceThread.hpp"
     1.6  #include "runtime/signature.hpp"
     1.7 +#include "runtime/thread.inline.hpp"
     1.8  #include "runtime/vframe.hpp"
     1.9  #include "runtime/vframe_hp.hpp"
    1.10  #include "runtime/vm_operations.hpp"
    1.11  #include "utilities/exceptions.hpp"
    1.12 -#ifdef TARGET_OS_FAMILY_linux
    1.13 -# include "thread_linux.inline.hpp"
    1.14 -#endif
    1.15 -#ifdef TARGET_OS_FAMILY_solaris
    1.16 -# include "thread_solaris.inline.hpp"
    1.17 -#endif
    1.18 -#ifdef TARGET_OS_FAMILY_windows
    1.19 -# include "thread_windows.inline.hpp"
    1.20 -#endif
    1.21 -#ifdef TARGET_OS_FAMILY_bsd
    1.22 -# include "thread_bsd.inline.hpp"
    1.23 -#endif
    1.24  
    1.25  //
    1.26  // class JvmtiAgentThread

mercurial