Return-Path: Delivered-To: apmail-harmony-commits-archive@www.apache.org Received: (qmail 13055 invoked from network); 18 Jun 2007 10:44:58 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 18 Jun 2007 10:44:58 -0000 Received: (qmail 15327 invoked by uid 500); 18 Jun 2007 10:44:51 -0000 Delivered-To: apmail-harmony-commits-archive@harmony.apache.org Received: (qmail 15314 invoked by uid 500); 18 Jun 2007 10:44: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 15263 invoked by uid 99); 18 Jun 2007 10:44:51 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 18 Jun 2007 03:44: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; Mon, 18 Jun 2007 03:44:46 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 45FFB7141DC for ; Mon, 18 Jun 2007 03:44:26 -0700 (PDT) Message-ID: <27034658.1182163466284.JavaMail.jira@brutus> Date: Mon, 18 Jun 2007 03:44:26 -0700 (PDT) From: "Mikhail Fursov (JIRA)" To: commits@harmony.apache.org Subject: [jira] Closed: (HARMONY-4016) [drlvm][jit] gc.Mark fails when run in lazy resolution mode with JET In-Reply-To: <4849017.1180623075829.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-4016?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mikhail Fursov closed HARMONY-4016. ----------------------------------- > [drlvm][jit] gc.Mark fails when run in lazy resolution mode with JET > -------------------------------------------------------------------- > > Key: HARMONY-4016 > URL: https://issues.apache.org/jira/browse/HARMONY-4016 > Project: Harmony > Issue Type: Bug > Components: DRLVM > Reporter: Mikhail Fursov > Assignee: Mikhail Fursov > Attachments: lazy_fix.diff, lazy_fix2.diff, lazy_fix3.diff, lazy_fix4.diff > > > I've found that gc.Mark fails when lazy resolution mode is on. > the reason is that all VM helpers for lazy mode do not protect managed operands and these operands become outdated when GC enumeration happens. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.