add our mapping table

This commit is contained in:
DarthArgus
2016-12-26 13:56:45 -06:00
parent 36b35ea790
commit 530b2b470b
3 changed files with 13 additions and 4 deletions
@@ -1149,8 +1149,6 @@ void JavaLibrary::initializeJavaThread()
JNIEnv * env = nullptr;
jint result = (*JNI_CreateJavaVMProc)(&ms_jvm, reinterpret_cast<void**>(&env), &vm_args);
Os::sleep(100);
if (result != 0)
{
FATAL(true, ("Failed to CreateJavaVMProc: %d", result));