< prev index next >

src/hotspot/share/gc/z/zVerify.cpp

Print this page

        

*** 89,105 **** } virtual ReferenceIterationMode reference_iteration_mode() { return _verify_weaks ? DO_FIELDS : DO_FIELDS_EXCEPT_REFERENT; } - - #ifdef ASSERT - // Verification handled by the closure itself - virtual bool should_verify_oops() { - return false; - } - #endif }; template <typename RootsIterator> void ZVerify::roots() { assert(SafepointSynchronize::is_at_safepoint(), "Must be at a safepoint"); --- 89,98 ----
< prev index next >