mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-21 19:44:41 +02:00
8011872: Include Bit Map addresses in the hs_err files
Reviewed-by: brutisso, jmasa
This commit is contained in:
parent
0edccc9e61
commit
e96efdaa1a
17 changed files with 98 additions and 7 deletions
|
@ -344,6 +344,7 @@ public:
|
|||
virtual void print_gc_threads_on(outputStream* st) const;
|
||||
virtual void gc_threads_do(ThreadClosure* tc) const;
|
||||
virtual void print_tracing_info() const;
|
||||
virtual void print_on_error(outputStream* st) const;
|
||||
|
||||
// PrintGC, PrintGCDetails support
|
||||
void print_heap_change(size_t prev_used) const;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue