Return-Path: Delivered-To: apmail-harmony-commits-archive@www.apache.org Received: (qmail 30668 invoked from network); 4 Apr 2008 09:19:59 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 4 Apr 2008 09:19:59 -0000 Received: (qmail 70768 invoked by uid 500); 4 Apr 2008 09:19:59 -0000 Delivered-To: apmail-harmony-commits-archive@harmony.apache.org Received: (qmail 70751 invoked by uid 500); 4 Apr 2008 09:19:59 -0000 Mailing-List: contact commits-help@harmony.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@harmony.apache.org Delivered-To: mailing list commits@harmony.apache.org Received: (qmail 70742 invoked by uid 99); 4 Apr 2008 09:19:59 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 04 Apr 2008 02:19:59 -0700 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 04 Apr 2008 09:19:16 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 953F5234C0BC for ; Fri, 4 Apr 2008 02:17:24 -0700 (PDT) Message-ID: <158129296.1207300644610.JavaMail.jira@brutus> Date: Fri, 4 Apr 2008 02:17:24 -0700 (PDT) From: "Andrey Yakushev (JIRA)" To: commits@harmony.apache.org Subject: [jira] Commented: (HARMONY-5684) [drlvm][memory] Native memory management and tuning In-Reply-To: <570876552.1207221384483.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/HARMONY-5684?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12585456#action_12585456 ] Andrey Yakushev commented on HARMONY-5684: ------------------------------------------ Pavel, Yes, Its functionality is switched off by default currently and shouldn't harm anything (at least I hope so :) ) Could you please commit it? > [drlvm][memory] Native memory management and tuning > --------------------------------------------------- > > Key: HARMONY-5684 > URL: https://issues.apache.org/jira/browse/HARMONY-5684 > Project: Harmony > Issue Type: Improvement > Components: DRLVM > Reporter: Andrey Yakushev > Assignee: Pavel Pervov > Attachments: memmgr.patch, memmgr.patch > > > There are several problems in DRLVM with native memory usage. For example: > - Native memory usage couldn't be monitored currently in details via java.lang.management functionality > - No explicit way to replace system native memory allocator to other memory managers in order to improve performance or footprint > - Too many variants of the native memory allocations in DRLVM > - Poor memory usage control (like leaks, double free calling, etc.) > - Potential crash in diagnostics when OutOfMemory occur > - Frequent native memory usage could cause OutOfMemory if GC wouldn't be timely called > - No detail trace for the native memory usage > Adding of some functionality to solve these would be hepful I think? -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.