Return-Path: Delivered-To: apmail-harmony-commits-archive@www.apache.org Received: (qmail 83866 invoked from network); 14 Jun 2007 17:46:47 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 14 Jun 2007 17:46:47 -0000 Received: (qmail 17832 invoked by uid 500); 14 Jun 2007 17:46:51 -0000 Delivered-To: apmail-harmony-commits-archive@harmony.apache.org Received: (qmail 17812 invoked by uid 500); 14 Jun 2007 17:46:51 -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 17803 invoked by uid 99); 14 Jun 2007 17:46:51 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 14 Jun 2007 10:46:51 -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; Thu, 14 Jun 2007 10:46:47 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 8607771418F for ; Thu, 14 Jun 2007 10:46:26 -0700 (PDT) Message-ID: <32238893.1181843186546.JavaMail.jira@brutus> Date: Thu, 14 Jun 2007 10:46:26 -0700 (PDT) From: "Gregory Shimansky (JIRA)" To: commits@harmony.apache.org Subject: [jira] Resolved: (HARMONY-3860) [drlvm][jvmti] VM cannot correctly handle GC that supports heap iteration In-Reply-To: <16954983.1179199936755.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-3860?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gregory Shimansky resolved HARMONY-3860. ---------------------------------------- Resolution: Fixed Patch has been applied at 547327. Please check that the bug is fixed for you. > [drlvm][jvmti] VM cannot correctly handle GC that supports heap iteration > ------------------------------------------------------------------------- > > Key: HARMONY-3860 > URL: https://issues.apache.org/jira/browse/HARMONY-3860 > Project: Harmony > Issue Type: Bug > Components: DRLVM > Environment: winxp-IA32 > Reporter: Chunrong Lai > Assignee: Gregory Shimansky > Attachments: H3860-Remove-redundant-assert.patch > > > An assertion failure assert(global_ti_env->tags) at vm_iterate_object() happens with vm.jvmti.funcs.IterateInstances.IterateInstances0101.IterateInstances010 and vm.jvmti.funcs.IterateOverHeap.IterateOverHeap0101.IterateOverHeap0101 with GCv5 which supports heap iteration. > The failure does not happen in GCv4.1 which does not support heap iteration. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.