Return-Path: Delivered-To: apmail-harmony-commits-archive@www.apache.org Received: (qmail 28202 invoked from network); 4 Oct 2007 06:22:14 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 4 Oct 2007 06:22:14 -0000 Received: (qmail 11233 invoked by uid 500); 4 Oct 2007 06:22:03 -0000 Delivered-To: apmail-harmony-commits-archive@harmony.apache.org Received: (qmail 11148 invoked by uid 500); 4 Oct 2007 06:22:03 -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 11139 invoked by uid 99); 4 Oct 2007 06:22:03 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 03 Oct 2007 23:22:03 -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, 04 Oct 2007 06:22:11 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 638F9714238 for ; Wed, 3 Oct 2007 23:21:51 -0700 (PDT) Message-ID: <1165764.1191478911405.JavaMail.jira@brutus> Date: Wed, 3 Oct 2007 23:21:51 -0700 (PDT) From: "George Timoshenko (JIRA)" To: commits@harmony.apache.org Subject: [jira] Updated: (HARMONY-4479) [DRLVM][JIT] assert on an artificial class with jsr/ret In-Reply-To: <5701605.1184658244690.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-4479?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] George Timoshenko updated HARMONY-4479: --------------------------------------- Attachment: JsrRet.j reproducible > [DRLVM][JIT] assert on an artificial class with jsr/ret > ------------------------------------------------------- > > Key: HARMONY-4479 > URL: https://issues.apache.org/jira/browse/HARMONY-4479 > Project: Harmony > Issue Type: Bug > Components: DRLVM > Environment: windows32 > Reporter: Mikhail Loenko > Priority: Minor > Attachments: JsrRet.class, JsrRet.j > > > the following code: > jsr L1 > ret 0 > L1: > astore 1 > jsr L2 > return > L2: > astore 0 > ret 1 > if run with -noverify option works fine on RI but fires an assert in jet on Harmony -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.