< prev index next >

src/share/vm/gc/cms/concurrentMarkSweepGeneration.cpp

Print this page

        

*** 2348,2358 **** // errors by printing corresponding objects. VerifyMarkedClosure vcl(markBitMap()); verification_mark_bm()->iterate(&vcl); if (vcl.failed()) { LogHandle(gc, verify) log; ! log.error("Verification failed"); ResourceMark rm; gch->print_on(log.error_stream()); fatal("CMS: failed marking verification after remark"); } } --- 2348,2358 ---- // errors by printing corresponding objects. VerifyMarkedClosure vcl(markBitMap()); verification_mark_bm()->iterate(&vcl); if (vcl.failed()) { LogHandle(gc, verify) log; ! log.error("Failed marking verification after remark"); ResourceMark rm; gch->print_on(log.error_stream()); fatal("CMS: failed marking verification after remark"); } }
< prev index next >