src/share/vm/utilities/preserveException.hpp

changeset 4299
f34d701e952e
parent 3156
f08d439fab8c
child 6876
710a3c8b516e
     1.1 --- a/src/share/vm/utilities/preserveException.hpp	Tue Nov 27 10:13:20 2012 +0100
     1.2 +++ b/src/share/vm/utilities/preserveException.hpp	Tue Nov 27 14:20:21 2012 +0100
     1.3 @@ -26,18 +26,7 @@
     1.4  #define SHARE_VM_UTILITIES_PRESERVEEXCEPTION_HPP
     1.5  
     1.6  #include "runtime/handles.hpp"
     1.7 -#ifdef TARGET_OS_FAMILY_linux
     1.8 -# include "thread_linux.inline.hpp"
     1.9 -#endif
    1.10 -#ifdef TARGET_OS_FAMILY_solaris
    1.11 -# include "thread_solaris.inline.hpp"
    1.12 -#endif
    1.13 -#ifdef TARGET_OS_FAMILY_windows
    1.14 -# include "thread_windows.inline.hpp"
    1.15 -#endif
    1.16 -#ifdef TARGET_OS_FAMILY_bsd
    1.17 -# include "thread_bsd.inline.hpp"
    1.18 -#endif
    1.19 +#include "runtime/thread.inline.hpp"
    1.20  
    1.21  // This file provides more support for exception handling; see also exceptions.hpp
    1.22  class PreserveExceptionMark {

mercurial