From commits-return-28910-apmail-harmony-commits-archive=harmony.apache.org@harmony.apache.org Thu Feb 22 09:40:27 2007 Return-Path: Delivered-To: apmail-harmony-commits-archive@www.apache.org Received: (qmail 22475 invoked from network); 22 Feb 2007 09:40:26 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 22 Feb 2007 09:40:26 -0000 Received: (qmail 91515 invoked by uid 500); 22 Feb 2007 09:40:34 -0000 Delivered-To: apmail-harmony-commits-archive@harmony.apache.org Received: (qmail 91495 invoked by uid 500); 22 Feb 2007 09:40:34 -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 91486 invoked by uid 99); 22 Feb 2007 09:40:34 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 22 Feb 2007 01:40:34 -0800 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= 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, 22 Feb 2007 01:40:25 -0800 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id AF1F57141B8 for ; Thu, 22 Feb 2007 01:40:05 -0800 (PST) Message-ID: <18069997.1172137205714.JavaMail.jira@brutus> Date: Thu, 22 Feb 2007 01:40:05 -0800 (PST) From: "Alexei Fedotov (JIRA)" To: commits@harmony.apache.org Subject: [jira] Updated: (HARMONY-3225) [drlvm][verifier] when jsr instruction is the last, this produces verification error on parsing stage In-Reply-To: <2560999.1172136246184.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-3225?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alexei Fedotov updated HARMONY-3225: ------------------------------------ Attachment: LastJsrTest.patch The patch contains a new file with a test svn add src/test/regression/H3225/LastJsrTest.j The test fails on DRLVM and passes on RI. > [drlvm][verifier] when jsr instruction is the last, this produces verification error on parsing stage > ----------------------------------------------------------------------------------------------------- > > Key: HARMONY-3225 > URL: https://issues.apache.org/jira/browse/HARMONY-3225 > Project: Harmony > Issue Type: Bug > Components: DRLVM > Reporter: Alexei Fedotov > Attachments: LastJsrTest.patch > > > The code checks the index of an instruction which follows jsr and founds that it is not in range. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.