mirror of
https://bitbucket.org/theswgsource/src-1.2.git
synced 2026-07-30 00:15:47 -04:00
sleep 100ms here instead of 500
This commit is contained in:
@@ -1149,7 +1149,7 @@ void JavaLibrary::initializeJavaThread()
|
||||
JNIEnv * env = nullptr;
|
||||
jint result = (*JNI_CreateJavaVMProc)(&ms_jvm, reinterpret_cast<void**>(&env), &vm_args);
|
||||
|
||||
Os::sleep(500);
|
||||
Os::sleep(100);
|
||||
|
||||
if (result != 0)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user