src/share/vm/gc_implementation/g1/g1CollectedHeap.hpp

changeset 3711
b632e80fc9dc
parent 3691
2a0172480595
child 3713
720b6a76dd9d
equal deleted inserted replaced
3710:5c86f8211d1e 3711:b632e80fc9dc
1502 // vo == UseNextMarking, which is to verify the "next" marking 1502 // vo == UseNextMarking, which is to verify the "next" marking
1503 // information at the end of remark. 1503 // information at the end of remark.
1504 // Currently there is only one place where this is called with 1504 // Currently there is only one place where this is called with
1505 // vo == UseMarkWord, which is to verify the marking during a 1505 // vo == UseMarkWord, which is to verify the marking during a
1506 // full GC. 1506 // full GC.
1507 void verify(bool allow_dirty, bool silent, VerifyOption vo); 1507 void verify(bool silent, VerifyOption vo);
1508 1508
1509 // Override; it uses the "prev" marking information 1509 // Override; it uses the "prev" marking information
1510 virtual void verify(bool allow_dirty, bool silent); 1510 virtual void verify(bool silent);
1511 virtual void print_on(outputStream* st) const; 1511 virtual void print_on(outputStream* st) const;
1512 virtual void print_extended_on(outputStream* st) const; 1512 virtual void print_extended_on(outputStream* st) const;
1513 1513
1514 virtual void print_gc_threads_on(outputStream* st) const; 1514 virtual void print_gc_threads_on(outputStream* st) const;
1515 virtual void gc_threads_do(ThreadClosure* tc) const; 1515 virtual void gc_threads_do(ThreadClosure* tc) const;

mercurial