You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Xiao-Feng Li (JIRA)" <ji...@apache.org> on 2008/01/23 14:48:35 UTC

[jira] Closed: (HARMONY-5345) [drlvm][gc] memory leak at gc_space_tuner_initialize at space_tuner.cpp while EIOffice run

     [ https://issues.apache.org/jira/browse/HARMONY-5345?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Xiao-Feng Li closed HARMONY-5345.
---------------------------------

    Resolution: Fixed

fixed in r614520.

> [drlvm][gc] memory leak at gc_space_tuner_initialize at space_tuner.cpp while EIOffice run
> ------------------------------------------------------------------------------------------
>
>                 Key: HARMONY-5345
>                 URL: https://issues.apache.org/jira/browse/HARMONY-5345
>             Project: Harmony
>          Issue Type: Bug
>          Components: DRLVM
>         Environment: win32
>            Reporter: Ilya Leviev
>            Assignee: Xiao-Feng Li
>         Attachments: HARMONY-5345.patch
>
>
> memory leak at gc_space_tuner_initialize at space_tuner.cpp while EIOffice run
> svn = r605216 
> While profiling a simple EIOffice application on Harmony using 
> BoundsChecker, the tool detected following memory leaks. 
> "tuner" not disposed correctly while EIOffice run. 
> The issue also reproduced while HWA run. 
> Here is stack trace: 
> Memory Leak allocated by malloc. 
> gc_space_tuner_initialize	c:\home\os\hy2\trunk\working_vm\vm\gc_gen\src\common\space_tuner.cpp	477
> line 477: Space_Tuner* tuner = (Space_Tuner*)STD_MALLOC(sizeof(Space_Tuner));
> gc_gen_initialize	c:\home\os\hy2\trunk\working_vm\vm\gc_gen\src\gen\gen.cpp	238
> gc_init	c:\home\os\hy2\trunk\working_vm\vm\gc_gen\src\common\gc_for_vm.cpp	102
> vm_init1	c:\home\os\hy2\trunk\working_vm\vm\vmcore\src\init\vm_init.cpp	789
> JNI_CreateJavaVM	c:\home\os\hy2\trunk\working_vm\vm\vmcore\src\jni\jni.cpp	499
> 	C:\home\os\hy2\trunk\working_vm\build\win_ia32_msvc_debug\deploy\jdk\jre\bin\java.exe!0x0000228d	
> 	C:\home\os\hy2\trunk\working_vm\build\win_ia32_msvc_debug\deploy\jdk\jre\bin\java.exe!0x00001b2d	
> main	C:\home\os\hy2\trunk\working_vm\build\win_ia32_msvc_debug\deploy\jdk\jre\bin\java.exe!0x000000b3	
> 	C:\home\os\hy2\trunk\working_vm\build\win_ia32_msvc_debug\deploy\jdk\jre\bin\java.exe!0x000045b4	

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.