-
Bug
-
Resolution: Fixed
-
P2
-
5.0
-
b04
-
sparc
-
solaris_10
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2121637 | 6 | Mike Lei | P2 | Resolved | Fixed | b16 |
JDK-2121703 | 1.4.2_08 | Hao Dong | P4 | Resolved | Fixed | b01 |
In deploy/src/plugin/solaris/nscore/remotejni.cpp, there are several places where call malloc but don't call free. The affected methods are:
jni_CallStaticVoidMethodV
DEFINE_CAPTURESCALARARRAYELEMENTS
DEFINE_SETSCALARARRAYELEMENTS
jni_NewString
jni_NewStringUTF
jni_CSecurityContextImplies
When doing liveconnect call, mozilla will call jni_NewString to convert js string to java string, sometimes, the js string is very large, it will cause serious mozilla memory growth.
This problem also exists in 1.4.2.
jni_CallStaticVoidMethodV
DEFINE_CAPTURESCALARARRAYELEMENTS
DEFINE_SETSCALARARRAYELEMENTS
jni_NewString
jni_NewStringUTF
jni_CSecurityContextImplies
When doing liveconnect call, mozilla will call jni_NewString to convert js string to java string, sometimes, the js string is very large, it will cause serious mozilla memory growth.
This problem also exists in 1.4.2.
- backported by
-
JDK-2121637 memory leak in many jni calls (NewString etc.)
-
- Resolved
-
-
JDK-2121703 memory leak in many jni calls (NewString etc.)
-
- Resolved
-