8217879: hs_err should print more instructions in hex dump

Reviewed-by: stuefe, coleenp, dholmes, lucy, stefank
This commit is contained in:
Aleksey Shipilev 2019-02-01 16:03:15 +01:00
parent d176e20898
commit 8f65fa9303
13 changed files with 24 additions and 23 deletions

View file

@ -640,6 +640,7 @@ class os: AllStatic {
static void print_siginfo(outputStream* st, const void* siginfo);
static void print_signal_handlers(outputStream* st, char* buf, size_t buflen);
static void print_date_and_time(outputStream* st, char* buf, size_t buflen);
static void print_instructions(outputStream* st, address pc, int unitsize);
static void print_location(outputStream* st, intptr_t x, bool verbose = false);
static size_t lasterror(char *buf, size_t len);