--- old/src/hotspot/cpu/s390/vm_version_s390.cpp 2019-04-10 18:48:53.197395100 -0400 +++ new/src/hotspot/cpu/s390/vm_version_s390.cpp 2019-04-10 18:48:52.263301700 -0400 @@ -516,19 +516,6 @@ } } -void VM_Version::print_platform_virtualization_info(outputStream* st) { - // /proc/sysinfo contains interesting information about - // - LPAR - // - whole "Box" (CPUs ) - // - z/VM / KVM (VM); this is not available in an LPAR-only setup - const char* kw[] = { "LPAR", "CPUs", "VM", NULL }; - const char* info_file = "/proc/sysinfo"; - - if (!print_matching_lines_from_file(info_file, st, kw)) { - st->print_cr(" <%s Not Available>", info_file); - } -} - void VM_Version::print_features() { print_features_internal("Version:"); }