mirror of
https://bitbucket.org/theswgsource/src-1.2.git
synced 2026-07-14 00:01:30 -04:00
you're running too damn fast!
This commit is contained in:
@@ -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));
|
||||
|
||||
Reference in New Issue
Block a user