8085865: hs_err improvement: Printing /proc/cpuinfo makes too long hs_err files

Summarize information from linux-x86; it's too long and redundant

Reviewed-by: gtriantafill, dholmes, mgerdin, dcubed
This commit is contained in:
Coleen Phillimore 2015-06-17 11:30:51 -04:00
parent 709d3d936e
commit 29a1b9c2ed
9 changed files with 56 additions and 15 deletions

View file

@ -1996,7 +1996,7 @@ static bool check_addr0(outputStream* st) {
return status;
}
void os::pd_print_cpu_info(outputStream* st) {
void os::pd_print_cpu_info(outputStream* st, char* buf, size_t buflen) {
// Nothing to do for now.
}