comparison src/share/vm/memory/genCollectedHeap.hpp @ 9076:7b835924c31c

8011872: Include Bit Map addresses in the hs_err files Reviewed-by: brutisso, jmasa
author stefank
date Wed, 10 Apr 2013 14:26:49 +0200
parents da91efe96a93
children a08c80e9e1e5
comparison
equal deleted inserted replaced
9075:ba42fd5e00e6 9076:7b835924c31c
342 // Override. 342 // Override.
343 virtual void print_on(outputStream* st) const; 343 virtual void print_on(outputStream* st) const;
344 virtual void print_gc_threads_on(outputStream* st) const; 344 virtual void print_gc_threads_on(outputStream* st) const;
345 virtual void gc_threads_do(ThreadClosure* tc) const; 345 virtual void gc_threads_do(ThreadClosure* tc) const;
346 virtual void print_tracing_info() const; 346 virtual void print_tracing_info() const;
347 virtual void print_on_error(outputStream* st) const;
347 348
348 // PrintGC, PrintGCDetails support 349 // PrintGC, PrintGCDetails support
349 void print_heap_change(size_t prev_used) const; 350 void print_heap_change(size_t prev_used) const;
350 351
351 // The functions below are helper functions that a subclass of 352 // The functions below are helper functions that a subclass of