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

src/os/bsd/vm/os_share_bsd.hpp

Print this page
rev 2698 : new bsd files

*** 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 // 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 --- 20,31 ---- * or visit www.oracle.com if you need additional information or have any * questions. * */ ! #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 **** void continue_with_dump(void); #endif #define PROCFILE_LENGTH 128 ! #endif // OS_LINUX_VM_OS_SHARE_LINUX_HPP --- 32,37 ---- void continue_with_dump(void); #endif #define PROCFILE_LENGTH 128 ! #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