mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-21 03:24:38 +02:00
8022335: Native stack walk while generating hs_err does not work on Windows x64
Use WinDbg API StackWalk64() Reviewed-by: zgu, dholmes
This commit is contained in:
parent
34d47bd672
commit
1c2a7eea85
11 changed files with 275 additions and 7 deletions
|
@ -406,6 +406,7 @@ class frame VALUE_OBJ_CLASS_SPEC {
|
|||
void print_on(outputStream* st) const;
|
||||
void interpreter_frame_print_on(outputStream* st) const;
|
||||
void print_on_error(outputStream* st, char* buf, int buflen, bool verbose = false) const;
|
||||
static void print_C_frame(outputStream* st, char* buf, int buflen, address pc);
|
||||
|
||||
// Add annotated descriptions of memory locations belonging to this frame to values
|
||||
void describe(FrameValues& values, int frame_no);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue