Return-Path: Delivered-To: apmail-harmony-commits-archive@www.apache.org Received: (qmail 8258 invoked from network); 26 Mar 2007 15:19:53 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 26 Mar 2007 15:19:53 -0000 Received: (qmail 58678 invoked by uid 500); 26 Mar 2007 15:20:00 -0000 Delivered-To: apmail-harmony-commits-archive@harmony.apache.org Received: (qmail 58653 invoked by uid 500); 26 Mar 2007 15:20:00 -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 58644 invoked by uid 99); 26 Mar 2007 15:20:00 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 26 Mar 2007 08:20:00 -0700 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED 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; Mon, 26 Mar 2007 08:19:52 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 54BF4714065 for ; Mon, 26 Mar 2007 08:19:32 -0700 (PDT) Message-ID: <14680859.1174922372344.JavaMail.jira@brutus> Date: Mon, 26 Mar 2007 08:19:32 -0700 (PDT) From: "Chunrong Lai (JIRA)" To: commits@harmony.apache.org Subject: [jira] Updated: (HARMONY-3498) A GC verifier implemented for GCv5 In-Reply-To: <15055875.1174922132496.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-3498?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chunrong Lai updated HARMONY-3498: ---------------------------------- Attachment: verifier.0326.patch > A GC verifier implemented for GCv5 > ---------------------------------- > > Key: HARMONY-3498 > URL: https://issues.apache.org/jira/browse/HARMONY-3498 > Project: Harmony > Issue Type: Improvement > Components: DRLVM > Environment: win32, linux32 > Reporter: Chunrong Lai > Attachments: verifier.0326.patch > > > [DRLVM][GCv5] A GC verifier implemented for GCv5 > > This patch is an implementation of a GC verifier which can verify the heap, write barrier, and newly allocated objects. It keeps live objects' type info, compares its value before and after a collection. > > This patch also fixes some bugs in GCv5. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.