mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-21 03:24:38 +02:00
Merge
This commit is contained in:
commit
39b0e57fdd
5098 changed files with 176905 additions and 81175 deletions
|
@ -409,6 +409,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