This commit is contained in:
Jiangli Zhou 2014-11-06 01:31:31 +00:00
commit 75778598e2
8 changed files with 0 additions and 139 deletions

View file

@ -3617,9 +3617,6 @@ jint Threads::create_vm(JavaVMInitArgs* args, bool* canTryAgain) {
}
}
// Give os specific code one last chance to start
os::init_3();
create_vm_timer.end();
#ifdef ASSERT
_vm_complete = true;