revert the governor for jni

This commit is contained in:
DarthArgus
2016-12-21 11:10:37 +00:00
parent 957aef2366
commit 4f61e58604
@@ -1149,8 +1149,6 @@ 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));