comparison src/share/vm/utilities/preserveException.hpp @ 4137:04b9a2566eec

Merge with hsx23/hotspot.
author Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
date Sat, 17 Dec 2011 21:40:27 +0100
parents f08d439fab8c
children f34d701e952e
comparison
equal deleted inserted replaced
3737:9dc19b7d89a3 4137:04b9a2566eec
32 #ifdef TARGET_OS_FAMILY_solaris 32 #ifdef TARGET_OS_FAMILY_solaris
33 # include "thread_solaris.inline.hpp" 33 # include "thread_solaris.inline.hpp"
34 #endif 34 #endif
35 #ifdef TARGET_OS_FAMILY_windows 35 #ifdef TARGET_OS_FAMILY_windows
36 # include "thread_windows.inline.hpp" 36 # include "thread_windows.inline.hpp"
37 #endif
38 #ifdef TARGET_OS_FAMILY_bsd
39 # include "thread_bsd.inline.hpp"
37 #endif 40 #endif
38 41
39 // This file provides more support for exception handling; see also exceptions.hpp 42 // This file provides more support for exception handling; see also exceptions.hpp
40 class PreserveExceptionMark { 43 class PreserveExceptionMark {
41 private: 44 private: