Return-Path: Delivered-To: apmail-harmony-commits-archive@www.apache.org Received: (qmail 29475 invoked from network); 15 Feb 2007 11:02:27 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 15 Feb 2007 11:02:27 -0000 Received: (qmail 62655 invoked by uid 500); 15 Feb 2007 11:02:35 -0000 Delivered-To: apmail-harmony-commits-archive@harmony.apache.org Received: (qmail 62641 invoked by uid 500); 15 Feb 2007 11:02:35 -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 62630 invoked by uid 99); 15 Feb 2007 11:02:35 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 15 Feb 2007 03:02:34 -0800 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 15 Feb 2007 03:02:26 -0800 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 74F347141EA for ; Thu, 15 Feb 2007 03:02:06 -0800 (PST) Message-ID: <18491669.1171537326473.JavaMail.jira@brutus> Date: Thu, 15 Feb 2007 03:02:06 -0800 (PST) From: "Vladimir Beliaev (JIRA)" To: commits@harmony.apache.org Subject: [jira] Commented: (HARMONY-2692) [drlvm] throwing exception in mixed mode leaks memory In-Reply-To: <25359430.1166101461145.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-2692?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12473346 ] Vladimir Beliaev commented on HARMONY-2692: ------------------------------------------- Regarding regression test - I believe there should be no reggression test because: 1. test runs ~7min (about 8'500'000 iterations passed by that time) - too long for "acceptance" test. 2. test behaviour depends on current DRLVM "state" in terms of "C heap usage": - if DRLVM is optimized to use less c-memory, then number of iterations in test may be not enough (test execution time is critical too) - if we re-develop test to check if the C-Heap-bound is achieved then such a test may fail due to DRLVM use more C Heap (say, because of new features / optimization are done)... So such the test would be unstable. So, I vote for comitting the patch w/o regression test. Thanks Vladimir Beliaev > [drlvm] throwing exception in mixed mode leaks memory > ----------------------------------------------------- > > Key: HARMONY-2692 > URL: https://issues.apache.org/jira/browse/HARMONY-2692 > Project: Harmony > Issue Type: Bug > Components: DRLVM > Environment: Windows XP i686 > Reporter: Salikh Zakirov > Assigned To: Gregory Shimansky > Attachments: 0001-Fix-of-memory-leak-from-rth_throw_lazy-runtime-helper.patch, BufferWrap.java, ExceptionLeakTest.java > > > The function wrap() of nio buffers leaks memory when invoked with illegal arguments. > When the attached test BufferWrap.java is run on DRLVM, it steadily increases used memory until crash. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.