< prev index next >

src/os/solaris/vm/os_solaris.cpp

Print this page

        

*** 2039,2049 **** --- 2039,2051 ---- st->print("Memory:"); st->print(" %dk page", os::vm_page_size()>>10); st->print(", physical " UINT64_FORMAT "k", os::physical_memory()>>10); st->print("(" UINT64_FORMAT "k free)", os::available_memory() >> 10); st->cr(); + if (VMError::fatal_error_in_progress()){ (void) check_addr0(st); + } } void os::print_siginfo(outputStream* st, void* siginfo) { const siginfo_t* si = (const siginfo_t*)siginfo;
< prev index next >