comparison src/share/vm/gc_implementation/g1/g1CollectedHeap.hpp @ 4073:53074c2c4600

7099849: G1: include heap region information in hs_err files Reviewed-by: johnc, brutisso, poonam
author tonyp
date Tue, 08 Nov 2011 00:41:28 -0500
parents 8aae2050e83e
children a88de71c4e3a
comparison
equal deleted inserted replaced
4072:8aae2050e83e 4073:53074c2c4600
1447 // full GC. 1447 // full GC.
1448 void verify(bool allow_dirty, bool silent, VerifyOption vo); 1448 void verify(bool allow_dirty, bool silent, VerifyOption vo);
1449 1449
1450 // Override; it uses the "prev" marking information 1450 // Override; it uses the "prev" marking information
1451 virtual void verify(bool allow_dirty, bool silent); 1451 virtual void verify(bool allow_dirty, bool silent);
1452 // Default behavior by calling print(tty);
1453 virtual void print() const;
1454 // This calls print_on(st, PrintHeapAtGCExtended).
1455 virtual void print_on(outputStream* st) const; 1452 virtual void print_on(outputStream* st) const;
1456 // If extended is true, it will print out information for all 1453 virtual void print_extended_on(outputStream* st) const;
1457 // regions in the heap by calling print_on_extended(st).
1458 virtual void print_on(outputStream* st, bool extended) const;
1459 virtual void print_on_extended(outputStream* st) const;
1460 1454
1461 virtual void print_gc_threads_on(outputStream* st) const; 1455 virtual void print_gc_threads_on(outputStream* st) const;
1462 virtual void gc_threads_do(ThreadClosure* tc) const; 1456 virtual void gc_threads_do(ThreadClosure* tc) const;
1463 1457
1464 // Override 1458 // Override