[ https://issues.apache.org/jira/browse/HARMONY-5241?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12566031#action_12566031
]
Evgueni Brevnov commented on HARMONY-5241:
------------------------------------------
Alexey,
Thanks for taking care about this issue.
Evgueni
> [drlvm][jit][opt] Emitter provokes java objects creation
> --------------------------------------------------------
>
> Key: HARMONY-5241
> URL: https://issues.apache.org/jira/browse/HARMONY-5241
> Project: Harmony
> Issue Type: Improvement
> Components: DRLVM
> Environment: x86, x86_64
> Reporter: Evgueni Brevnov
> Assignee: Alexey Varlamov
> Attachments: ld_ref.patch, ld_ref2.patch
>
>
> While running stress.org.apache.harmony.test.stress.gc.frag.Fragmentation test I noted
that emitter pass finishes with OutOfMemory excpetion raised (which was not handled in any
way :-(). Investigation showed the reason is creation of j.l.String objects during runtime
info resolution. I believe that proper solution should eliminate string objects creation at
all. If it is not possible then we should properly handle OutOfMemory.
> Thanks
> Evgueni.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.
|