Return-Path: Delivered-To: apmail-harmony-commits-archive@www.apache.org Received: (qmail 71974 invoked from network); 30 Aug 2008 13:22:35 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 30 Aug 2008 13:22:35 -0000 Received: (qmail 13574 invoked by uid 500); 30 Aug 2008 13:22:33 -0000 Delivered-To: apmail-harmony-commits-archive@harmony.apache.org Received: (qmail 13557 invoked by uid 500); 30 Aug 2008 13:22:33 -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 13548 invoked by uid 99); 30 Aug 2008 13:22:33 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 30 Aug 2008 06:22:33 -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; Sat, 30 Aug 2008 13:21:43 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 4C0E9234C1C4 for ; Sat, 30 Aug 2008 06:21:44 -0700 (PDT) Message-ID: <223552640.1220102504310.JavaMail.jira@brutus> Date: Sat, 30 Aug 2008 06:21:44 -0700 (PDT) From: "YangBin (JIRA)" To: commits@harmony.apache.org Subject: [jira] Created: (HARMONY-5964) a garbage collection for CMP MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org a garbage collection for CMP ---------------------------- Key: HARMONY-5964 URL: https://issues.apache.org/jira/browse/HARMONY-5964 Project: Harmony Issue Type: Improvement Components: VM Affects Versions: 5.0M4 Environment: Linux 32 bits Reporter: YangBin Fix For: 5.0M4 I have designed a garbage collection for CMP. Its performance and total pause time is better than the garbage collection Harmony M2 on Intel dual-core platform. (My development environment is 5.0M2). In the attachment there are the souce code, compile configure file and test report. I am very glad to get some opinion for everyone. Thank you. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.