< prev index next >

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

Print this page

        

@@ -2348,11 +2348,11 @@
   // errors by printing corresponding objects.
   VerifyMarkedClosure vcl(markBitMap());
   verification_mark_bm()->iterate(&vcl);
   if (vcl.failed()) {
     LogHandle(gc, verify) log;
-    log.error("Verification failed");
+    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 >