< prev index next >

src/os_cpu/solaris_x86/vm/os_solaris_x86.cpp

Print this page

        

*** 705,716 **** address addr = (address) info->si_addr; if (sig == SIGBUS && info->si_code == BUS_OBJERR && info->si_errno == ENOMEM) { vm_exit_out_of_memory(0, OOM_MMAP_ERROR, "Out of swap space to map in thread stack."); } ! VMError err(t, sig, pc, info, ucVoid); ! err.report_and_die(); ShouldNotReachHere(); return false; } --- 705,715 ---- address addr = (address) info->si_addr; if (sig == SIGBUS && info->si_code == BUS_OBJERR && info->si_errno == ENOMEM) { vm_exit_out_of_memory(0, OOM_MMAP_ERROR, "Out of swap space to map in thread stack."); } ! VMError::report_and_die(t, sig, pc, info, ucVoid); ShouldNotReachHere(); return false; }
< prev index next >