hotspot/src/share/vm/memory/universe.cpp
changeset 14078 2b2b8833c422
parent 13952 e3cf184080bc
child 14081 504ab928597a
equal deleted inserted replaced
13963:e5b53c306fb5 14078:2b2b8833c422
  1241   }
  1241   }
  1242   st->print_cr("}");
  1242   st->print_cr("}");
  1243 }
  1243 }
  1244 
  1244 
  1245 void Universe::verify(bool silent, VerifyOption option) {
  1245 void Universe::verify(bool silent, VerifyOption option) {
  1246   if (SharedSkipVerify) {
       
  1247     return;
       
  1248   }
       
  1249 
       
  1250   // The use of _verify_in_progress is a temporary work around for
  1246   // The use of _verify_in_progress is a temporary work around for
  1251   // 6320749.  Don't bother with a creating a class to set and clear
  1247   // 6320749.  Don't bother with a creating a class to set and clear
  1252   // it since it is only used in this method and the control flow is
  1248   // it since it is only used in this method and the control flow is
  1253   // straight forward.
  1249   // straight forward.
  1254   _verify_in_progress = true;
  1250   _verify_in_progress = true;