mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 07:14:30 +02:00
8217879: hs_err should print more instructions in hex dump
Reviewed-by: stuefe, coleenp, dholmes, lucy, stefank
This commit is contained in:
parent
d176e20898
commit
8f65fa9303
13 changed files with 24 additions and 23 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue