comparison src/share/vm/gc_implementation/g1/g1CollectedHeap.hpp @ 6008:b632e80fc9dc

4988100: oop_verify_old_oop appears to be dead Summary: removed oop_verify_old_oop and allow_dirty. Also reviewed by: alexlamsl@gmail.com Reviewed-by: jmasa, jwilhelm
author brutisso
date Mon, 16 Apr 2012 08:57:18 +0200
parents 2a0172480595
children 720b6a76dd9d
comparison
equal deleted inserted replaced
6007:5c86f8211d1e 6008: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;