< prev index next >

src/os/aix/vm/os_aix.cpp

Print this page
rev 8685 : 8131054: aix: fix two minor issues: large page size and hs_err printing.

*** 1653,1669 **** st->print_cr(" (no more information available)"); } } void os::pd_print_cpu_info(outputStream* st, char* buf, size_t buflen) { - // cpu - st->print("CPU:"); - st->print("total %d", os::processor_count()); - // It's not safe to query number of active processors after crash - // st->print("(active %d)", os::active_processor_count()); - st->print(" %s", VM_Version::cpu_features()); - st->cr(); } void os::print_siginfo(outputStream* st, void* siginfo) { // Use common posix version. os::Posix::print_siginfo_brief(st, (const siginfo_t*) siginfo); --- 1653,1662 ----
*** 3481,3491 **** Aix::_stack_page_size = Aix::_page_size; // For now UseLargePages is just ignored. FLAG_SET_ERGO(bool, UseLargePages, false); _page_sizes[0] = 0; - _large_page_size = -1; // debug trace trcVerbose("os::vm_page_size %s\n", describe_pagesize(os::vm_page_size())); // Next, we need to initialize libo4 and libperfstat libraries. --- 3474,3483 ----
< prev index next >