Return-Path: Delivered-To: apmail-incubator-harmony-commits-archive@www.apache.org Received: (qmail 95349 invoked from network); 10 Nov 2006 08:47:00 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 10 Nov 2006 08:47:00 -0000 Received: (qmail 10221 invoked by uid 500); 10 Nov 2006 08:47:11 -0000 Delivered-To: apmail-incubator-harmony-commits-archive@incubator.apache.org Received: (qmail 10114 invoked by uid 500); 10 Nov 2006 08:47:11 -0000 Mailing-List: contact harmony-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: harmony-dev@incubator.apache.org Delivered-To: mailing list harmony-commits@incubator.apache.org Received: (qmail 10103 invoked by uid 99); 10 Nov 2006 08:47:11 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 10 Nov 2006 00:47:11 -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; Fri, 10 Nov 2006 00:46:59 -0800 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 7F5C37142F7 for ; Fri, 10 Nov 2006 00:46:39 -0800 (PST) Message-ID: <21518558.1163148399517.JavaMail.jira@brutus> Date: Fri, 10 Nov 2006 00:46:39 -0800 (PST) From: "Aleksey Ignatenko (JIRA)" To: harmony-commits@incubator.apache.org Subject: [jira] Commented: (HARMONY-2000) Class unloading support In-Reply-To: <1330859.1162185916546.JavaMail.root@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 [ http://issues.apache.org/jira/browse/HARMONY-2000?page=comments#action_12448683 ] Aleksey Ignatenko commented on HARMONY-2000: -------------------------------------------- Weldon 1) >I glanced at this patch. It looks like these mods should have minor impact on stability. Its >mostly cleaning up C struct malloc/free. Please confirm. Yes, you are right. 2) >The big comment in mem_alloc.h is vague. It would be good to make it clearer. It starts >with, " >+// PoolManager contains 2 lists of PoolDescriptors (memory chunks): >+// active and passive. Active chunks can be reused in future memory allocations Comment changed. 3) >I tried to apply this patch to current svn HEAD. It fails on 3 or 4 files. Please fix. merged. > Class unloading support > ----------------------- > > Key: HARMONY-2000 > URL: http://issues.apache.org/jira/browse/HARMONY-2000 > Project: Harmony > Issue Type: New Feature > Components: DRLVM > Environment: IA32 system only (no compressed mode support yet), gcv4. > Reporter: Aleksey Ignatenko > Assigned To: weldon washburn > Attachments: auto_unloading.patch, auto_unloading_upd.patch, class_unloading_cvn_v3.patch, class_unloading_cvn_v3_upd.patch, cleanup_sources_1558_merged.patch, gc_pinned_alloc_implemented.patch, gcv4.xml, gcv41_class_unloading.diff, jvmti_iterate_workaround.diff, native_sources_cleanup.patch, native_sources_cleanup_upd.patch, Test_unloading_native_lib.zip > > > DRLVM Class unloading support. There 2 parts in the patch: 1. Cleaning native sources for unloaded classes. 2. Introduction of class unloading. -- 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