changeset 3262 | 30d1c247fc25 |
parent 1374 | 4c24294029a9 |
child 4481 | de92ec484f5e |
--- a/hotspot/src/share/vm/gc_implementation/g1/satbQueue.hpp Fri Jul 10 16:01:20 2009 -0700 +++ b/hotspot/src/share/vm/gc_implementation/g1/satbQueue.hpp Tue Jul 14 15:40:39 2009 -0700 @@ -39,6 +39,7 @@ static void apply_closure_to_buffer(ObjectClosure* cl, void** buf, size_t index, size_t sz); + void verify_oops_in_buffer() NOT_DEBUG_RETURN; };