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

src/share/vm/prims/jvmtiEnv.cpp

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

*** 51,78 **** #include "runtime/javaCalls.hpp" #include "runtime/jfieldIDWorkaround.hpp" #include "runtime/osThread.hpp" #include "runtime/reflectionUtils.hpp" #include "runtime/signature.hpp" #include "runtime/vframe.hpp" #include "runtime/vmThread.hpp" #include "services/threadService.hpp" #include "utilities/exceptions.hpp" #include "utilities/preserveException.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 - #define FIXLATER 0 // REMOVE this when completed. // FIXLATER: hook into JvmtiTrace --- 51,66 ---- #include "runtime/javaCalls.hpp" #include "runtime/jfieldIDWorkaround.hpp" #include "runtime/osThread.hpp" #include "runtime/reflectionUtils.hpp" #include "runtime/signature.hpp" + #include "runtime/thread.inline.hpp" #include "runtime/vframe.hpp" #include "runtime/vmThread.hpp" #include "services/threadService.hpp" #include "utilities/exceptions.hpp" #include "utilities/preserveException.hpp" #define FIXLATER 0 // REMOVE this when completed. // FIXLATER: hook into JvmtiTrace
src/share/vm/prims/jvmtiEnv.cpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File