src/hotspot/share/gc/g1/g1FullCollector.cpp
changeset 54716 61d0e96a6b2d
parent 54678 93f09ca4a7f8
child 54781 f3f07c76d3d1
equal deleted inserted replaced
54715:239bc23e76cc 54716:61d0e96a6b2d
   287   // used when verifying the dictionaries and so removing them
   287   // used when verifying the dictionaries and so removing them
   288   // from the mark word can make verification of the dictionaries
   288   // from the mark word can make verification of the dictionaries
   289   // fail. At the end of the GC, the original mark word values
   289   // fail. At the end of the GC, the original mark word values
   290   // (including hash values) are restored to the appropriate
   290   // (including hash values) are restored to the appropriate
   291   // objects.
   291   // objects.
   292   GCTraceTime(Info, gc, verify)("Verifying During GC (full)");
   292   GCTraceTime(Info, gc, verify) tm("Verifying During GC (full)");
   293   _heap->verify(VerifyOption_G1UseFullMarking);
   293   _heap->verify(VerifyOption_G1UseFullMarking);
   294 }
   294 }