[ http://issues.apache.org/jira/browse/HARMONY-2158?page=comments#action_12451570 ]
Aleksey Ignatenko commented on HARMONY-2158:
--------------------------------------------
So looks like these are predictable results of tests pass.
> native resource cleanup
> -----------------------
>
> Key: HARMONY-2158
> URL: http://issues.apache.org/jira/browse/HARMONY-2158
> Project: Harmony
> Issue Type: Improvement
> Components: DRLVM
> Reporter: Aleksey Ignatenko
> Assigned To: weldon washburn
> Attachments: cleanup_sources_1558_merged.patch, cleanup_sources_1558_merged_updated.patch
>
>
> Current implementation of DrlVM implies common code pool for all jitted code. There are
disadvantages of that approach: common lock for all allocation operations, no possibility
to free memory of jitted code in case when there is class unloading happent.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
|