Return-Path: Delivered-To: apmail-harmony-commits-archive@www.apache.org Received: (qmail 75430 invoked from network); 1 Mar 2007 13:07:13 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 1 Mar 2007 13:07:13 -0000 Received: (qmail 29783 invoked by uid 500); 1 Mar 2007 13:07:20 -0000 Delivered-To: apmail-harmony-commits-archive@harmony.apache.org Received: (qmail 29762 invoked by uid 500); 1 Mar 2007 13:07:20 -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 29751 invoked by uid 99); 1 Mar 2007 13:07:20 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 01 Mar 2007 05:07:20 -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, 01 Mar 2007 05:07:11 -0800 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 11143714290 for ; Thu, 1 Mar 2007 05:06:51 -0800 (PST) Message-ID: <31084759.1172754411067.JavaMail.jira@brutus> Date: Thu, 1 Mar 2007 05:06:51 -0800 (PST) From: "Gregory Shimansky (JIRA)" To: commits@harmony.apache.org Subject: [jira] Resolved: (HARMONY-3270) [drlvm][verifier] verifier rejects correct method In-Reply-To: <31809806.1172742170829.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-3270?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gregory Shimansky resolved HARMONY-3270. ---------------------------------------- Resolution: Fixed Patch applied at 513301. > [drlvm][verifier] verifier rejects correct method > --------------------------------------------------- > > Key: HARMONY-3270 > URL: https://issues.apache.org/jira/browse/HARMONY-3270 > Project: Harmony > Issue Type: Sub-task > Components: DRLVM > Environment: all > Reporter: Vera Volynets > Assigned To: Gregory Shimansky > Attachments: verifier_return_check_fix.patch > > > I tried to reproduce test case from Harmony-2558, but it failed because of VerifyError exception. > The output: > java.lang.VerifyError: (class: Jasm_part, method: do_new_without_invokespecial()V) Wrong return type in function > But the method is correct: > Method name:"do_new_without_invokespecial" static Signature: 9=()void > Attribute "Code", length:16, max_stack:1, max_locals:1, code_length:4 > 0: new #1= > 3: return > Return type is void. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.