hotspot/src/share/vm/runtime/thread.cpp
changeset 17112 e49af4ba7755
parent 16680 960505df90e7
child 17116 1d824e119bd2
equal deleted inserted replaced
17111:77f553b98e63 17112:e49af4ba7755
  3445     }
  3445     }
  3446   }
  3446   }
  3447 
  3447 
  3448   assert (Universe::is_fully_initialized(), "not initialized");
  3448   assert (Universe::is_fully_initialized(), "not initialized");
  3449   if (VerifyDuringStartup) {
  3449   if (VerifyDuringStartup) {
  3450     VM_Verify verify_op(false /* silent */);   // make sure we're starting with a clean slate
  3450     // Make sure we're starting with a clean slate.
       
  3451     VM_Verify verify_op;
  3451     VMThread::execute(&verify_op);
  3452     VMThread::execute(&verify_op);
  3452   }
  3453   }
  3453 
  3454 
  3454   EXCEPTION_MARK;
  3455   EXCEPTION_MARK;
  3455 
  3456