From harmony-commits-return-17432-apmail-incubator-harmony-commits-archive=incubator.apache.org@incubator.apache.org Thu Nov 02 12:48:41 2006 Return-Path: Delivered-To: apmail-incubator-harmony-commits-archive@www.apache.org Received: (qmail 56190 invoked from network); 2 Nov 2006 12:48:40 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 2 Nov 2006 12:48:40 -0000 Received: (qmail 79225 invoked by uid 500); 2 Nov 2006 12:48:51 -0000 Delivered-To: apmail-incubator-harmony-commits-archive@incubator.apache.org Received: (qmail 79115 invoked by uid 500); 2 Nov 2006 12:48:51 -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 79104 invoked by uid 99); 2 Nov 2006 12:48:51 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 02 Nov 2006 04:48:51 -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, 02 Nov 2006 04:48:39 -0800 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 804117142D2 for ; Thu, 2 Nov 2006 04:48:19 -0800 (PST) Message-ID: <12040.1162471699522.JavaMail.root@brutus> Date: Thu, 2 Nov 2006 04:48:19 -0800 (PST) From: "Aleksey Ignatenko (JIRA)" To: harmony-commits@incubator.apache.org Subject: [jira] Updated: (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=all ] Aleksey Ignatenko updated HARMONY-2000: --------------------------------------- Attachment: native_sources_cleanup.patch Native resource cleanup. this functionality does not depend on class unloading. It is about Jitted code, GC related data, etc deallocation with appropriate classloader. The patch was tested with automatic class unloading implementation. > 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, class_unloading_cvn_v3.patch, class_unloading_cvn_v3_upd.patch, gc_pinned_alloc_implemented.patch, gcv4.xml, gcv41_class_unloading.diff, jvmti_iterate_workaround.diff, native_sources_cleanup.patch > > > 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