8210754: print_location is not reliable enough (printing register info)

Reviewed-by: stuefe, coleenp
This commit is contained in:
Martin Doerr 2018-10-04 16:39:07 +02:00
parent dcfb9a75aa
commit 4af2374271
16 changed files with 298 additions and 83 deletions

View file

@ -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