diff -r 607a56c8880f -r 30d1c247fc25 hotspot/src/share/vm/gc_implementation/g1/satbQueue.hpp --- 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; };