hotspot/src/share/vm/runtime/thread.cpp
changeset 16680 960505df90e7
parent 16606 926ac1e006db
child 17026 72b2233861f1
child 17112 e49af4ba7755
equal deleted inserted replaced
16665:482e60f4f893 16680:960505df90e7
  3444       }
  3444       }
  3445     }
  3445     }
  3446   }
  3446   }
  3447 
  3447 
  3448   assert (Universe::is_fully_initialized(), "not initialized");
  3448   assert (Universe::is_fully_initialized(), "not initialized");
  3449   if (VerifyBeforeGC && VerifyGCStartAt == 0) {
  3449   if (VerifyDuringStartup) {
  3450     Universe::heap()->prepare_for_verify();
  3450     VM_Verify verify_op(false /* silent */);   // make sure we're starting with a clean slate
  3451     Universe::verify();   // make sure we're starting with a clean slate
  3451     VMThread::execute(&verify_op);
  3452   }
  3452   }
  3453 
  3453 
  3454   EXCEPTION_MARK;
  3454   EXCEPTION_MARK;
  3455 
  3455 
  3456   // At this point, the Universe is initialized, but we have not executed
  3456   // At this point, the Universe is initialized, but we have not executed