Return-Path: Delivered-To: apmail-harmony-commits-archive@www.apache.org Received: (qmail 57349 invoked from network); 21 Jul 2007 10:57:27 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 21 Jul 2007 10:57:27 -0000 Received: (qmail 89822 invoked by uid 500); 21 Jul 2007 10:57:29 -0000 Delivered-To: apmail-harmony-commits-archive@harmony.apache.org Received: (qmail 89735 invoked by uid 500); 21 Jul 2007 10:57:28 -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 89726 invoked by uid 99); 21 Jul 2007 10:57:28 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 21 Jul 2007 03:57:28 -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; Sat, 21 Jul 2007 03:57:26 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 501E67141FC for ; Sat, 21 Jul 2007 03:57:06 -0700 (PDT) Message-ID: <32693786.1185015426324.JavaMail.jira@brutus> Date: Sat, 21 Jul 2007 03:57:06 -0700 (PDT) From: "Eugene S. Ostrovsky (JIRA)" To: commits@harmony.apache.org Subject: [jira] Commented: (HARMONY-4511) [drlvm][jvmti][gc] GC_gen doesn't collect tagged objects In-Reply-To: <2969161.1185014166689.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-4511?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12514403 ] Eugene S. Ostrovsky commented on HARMONY-4511: ---------------------------------------------- xiaofeng, the test uses the same local variable (in for loop) for holding those objects. Thus each object becomes non-reachable on the succeeding loop iteration. Eugene. > [drlvm][jvmti][gc] GC_gen doesn't collect tagged objects > -------------------------------------------------------- > > Key: HARMONY-4511 > URL: https://issues.apache.org/jira/browse/HARMONY-4511 > Project: Harmony > Issue Type: Bug > Components: DRLVM > Environment: Windows x86 > Reporter: Eugene S. Ostrovsky > Attachments: H4511-Regression-test.patch > > > Objects tagged with SetTag() jvmti function are not collected by GC v5. > I'm not sure whether the bug is in GC or in jvmti heap iteration implementaion. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.