src/share/vm/runtime/interfaceSupport.hpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File hsx-gc Cdiff src/share/vm/runtime/interfaceSupport.hpp

src/share/vm/runtime/interfaceSupport.hpp

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

*** 29,54 **** #include "runtime/handles.inline.hpp" #include "runtime/mutexLocker.hpp" #include "runtime/orderAccess.hpp" #include "runtime/os.hpp" #include "runtime/safepoint.hpp" #include "runtime/vmThread.hpp" #include "utilities/globalDefinitions.hpp" #include "utilities/preserveException.hpp" #include "utilities/top.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 // Wrapper for all entry points to the virtual machine. // The HandleMarkCleaner is a faster version of HandleMark. // It relies on the fact that there is a HandleMark further // down the stack (in JavaCalls::call_helper), and just resets --- 29,43 ---- #include "runtime/handles.inline.hpp" #include "runtime/mutexLocker.hpp" #include "runtime/orderAccess.hpp" #include "runtime/os.hpp" #include "runtime/safepoint.hpp" + #include "runtime/thread.inline.hpp" #include "runtime/vmThread.hpp" #include "utilities/globalDefinitions.hpp" #include "utilities/preserveException.hpp" #include "utilities/top.hpp" // Wrapper for all entry points to the virtual machine. // The HandleMarkCleaner is a faster version of HandleMark. // It relies on the fact that there is a HandleMark further // down the stack (in JavaCalls::call_helper), and just resets
src/share/vm/runtime/interfaceSupport.hpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File