comparison src/share/vm/utilities/exceptions.cpp @ 4137:04b9a2566eec

Merge with hsx23/hotspot.
author Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
date Sat, 17 Dec 2011 21:40:27 +0100
parents be4ca325525a f08d439fab8c
children 716a2c5c0656
comparison
equal deleted inserted replaced
3737:9dc19b7d89a3 4137:04b9a2566eec
40 # include "thread_solaris.inline.hpp" 40 # include "thread_solaris.inline.hpp"
41 #endif 41 #endif
42 #ifdef TARGET_OS_FAMILY_windows 42 #ifdef TARGET_OS_FAMILY_windows
43 # include "thread_windows.inline.hpp" 43 # include "thread_windows.inline.hpp"
44 #endif 44 #endif
45 #ifdef TARGET_OS_FAMILY_bsd
46 # include "thread_bsd.inline.hpp"
47 #endif
45 48
46 49
47 // Implementation of ThreadShadow 50 // Implementation of ThreadShadow
48 void check_ThreadShadow() { 51 void check_ThreadShadow() {
49 const ByteSize offset1 = byte_offset_of(ThreadShadow, _pending_exception); 52 const ByteSize offset1 = byte_offset_of(ThreadShadow, _pending_exception);