Landing changes in the OJI_19980727_BRANCH since the OJI_19980727_TIP_MERGE tag.
git-svn-id: svn://10.0.0.236/trunk@6968 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -650,10 +650,10 @@ BOOL fe_ShutdownJava()
|
||||
|
||||
#if defined(OJI)
|
||||
|
||||
JVMMgr* jvmMgr = JVM_GetJVMMgr();
|
||||
nsJVMMgr* jvmMgr = JVM_GetJVMMgr();
|
||||
if (jvmMgr == NULL)
|
||||
return FALSE;
|
||||
bRetval = (jvmMgr->ShutdownJVM() == JVMStatus_Enabled);
|
||||
bRetval = (jvmMgr->ShutdownJVM() == nsJVMStatus_Enabled);
|
||||
// XXX suspend all java threads
|
||||
jvmMgr->Release();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user