mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 23:04:50 +02:00
8210754: print_location is not reliable enough (printing register info)
Reviewed-by: stuefe, coleenp
This commit is contained in:
parent
dcfb9a75aa
commit
4af2374271
16 changed files with 298 additions and 83 deletions
|
@ -221,6 +221,7 @@ public:
|
|||
virtual void print() const { print_on(tty); };
|
||||
virtual void print_on(outputStream* st) const;
|
||||
virtual void print_value_on(outputStream* st) const;
|
||||
void dump_for_addr(address addr, outputStream* st, bool verbose) const;
|
||||
void print_code();
|
||||
|
||||
// Print the comment associated with offset on stream, if there is one
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue