src/share/vm/prims/jvmtiImpl.cpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File hsx-gc Cdiff src/share/vm/prims/jvmtiImpl.cpp

src/share/vm/prims/jvmtiImpl.cpp

Print this page
rev 3849 : imported patch thread.inline.hpp

*** 39,64 **** #include "runtime/interfaceSupport.hpp" #include "runtime/javaCalls.hpp" #include "runtime/os.hpp" #include "runtime/serviceThread.hpp" #include "runtime/signature.hpp" #include "runtime/vframe.hpp" #include "runtime/vframe_hp.hpp" #include "runtime/vm_operations.hpp" #include "utilities/exceptions.hpp" - #ifdef TARGET_OS_FAMILY_linux - # include "thread_linux.inline.hpp" - #endif - #ifdef TARGET_OS_FAMILY_solaris - # include "thread_solaris.inline.hpp" - #endif - #ifdef TARGET_OS_FAMILY_windows - # include "thread_windows.inline.hpp" - #endif - #ifdef TARGET_OS_FAMILY_bsd - # include "thread_bsd.inline.hpp" - #endif // // class JvmtiAgentThread // // JavaThread used to wrap a thread started by an agent --- 39,53 ---- #include "runtime/interfaceSupport.hpp" #include "runtime/javaCalls.hpp" #include "runtime/os.hpp" #include "runtime/serviceThread.hpp" #include "runtime/signature.hpp" + #include "runtime/thread.inline.hpp" #include "runtime/vframe.hpp" #include "runtime/vframe_hp.hpp" #include "runtime/vm_operations.hpp" #include "utilities/exceptions.hpp" // // class JvmtiAgentThread // // JavaThread used to wrap a thread started by an agent
src/share/vm/prims/jvmtiImpl.cpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File