src/os/bsd/vm/os_share_bsd.hpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File
*** old/src/os/linux/vm/os_share_linux.hpp	Tue Sep 13 12:29:46 2011
--- new/src/os/bsd/vm/os_share_bsd.hpp	Tue Sep 13 12:29:45 2011

*** 20,31 **** --- 20,31 ---- * or visit www.oracle.com if you need additional information or have any * questions. * */ ! #ifndef OS_LINUX_VM_OS_SHARE_LINUX_HPP ! #define OS_LINUX_VM_OS_SHARE_LINUX_HPP ! #ifndef OS_BSD_VM_OS_SHARE_BSD_HPP ! #define OS_BSD_VM_OS_SHARE_BSD_HPP // misc void signalHandler(int, siginfo_t*, ucontext_t*); void handle_unexpected_exception(Thread* thread, int sig, siginfo_t* info, address pc, address adjusted_pc); #ifndef PRODUCT
*** 32,37 **** --- 32,37 ---- void continue_with_dump(void); #endif #define PROCFILE_LENGTH 128 ! #endif // OS_LINUX_VM_OS_SHARE_LINUX_HPP ! #endif // OS_BSD_VM_OS_SHARE_BSD_HPP

src/os/bsd/vm/os_share_bsd.hpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File