you're running too damn fast!

This commit is contained in:
DarthArgus
2016-12-21 07:59:16 +00:00
parent a4f00c6f22
commit 125b27065c
2 changed files with 3 additions and 1 deletions
@@ -1149,6 +1149,8 @@ void JavaLibrary::initializeJavaThread()
JNIEnv * env = nullptr;
jint result = (*JNI_CreateJavaVMProc)(&ms_jvm, reinterpret_cast<void**>(&env), &vm_args);
Os::sleep(500);
if (result != 0)
{
FATAL(true, ("Failed to CreateJavaVMProc: %d", result));