OpenJDK / bsd-port / jdk9 / hotspot
changeset 8716:8ce83b99be19
8131054: aix: fix two minor issues: large page size and hs_err printing.
Reviewed-by: coleenp
author | goetz |
---|---|
date | Thu, 16 Jul 2015 15:01:12 +0200 |
parents | dbbbdf44a484 |
children | 07d37d29e3da a02747e8bc4c |
files | src/os/aix/vm/os_aix.cpp |
diffstat | 1 files changed, 0 insertions(+), 8 deletions(-) [+] |
line wrap: on
line diff
--- a/src/os/aix/vm/os_aix.cpp Thu Jul 16 11:55:21 2015 +0200 +++ b/src/os/aix/vm/os_aix.cpp Thu Jul 16 15:01:12 2015 +0200 @@ -1655,13 +1655,6 @@ } 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) { @@ -3483,7 +3476,6 @@ // 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()));