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:
warren%netscape.com
1998-07-31 20:31:14 +00:00
parent 3c42f93bf9
commit d149ed5625
6 changed files with 70 additions and 89 deletions

View File

@@ -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();