Return-Path: Delivered-To: apmail-harmony-commits-archive@www.apache.org Received: (qmail 26379 invoked from network); 23 Mar 2007 07:30:56 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 23 Mar 2007 07:30:56 -0000 Received: (qmail 70133 invoked by uid 500); 23 Mar 2007 07:31:03 -0000 Delivered-To: apmail-harmony-commits-archive@harmony.apache.org Received: (qmail 70108 invoked by uid 500); 23 Mar 2007 07:31: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 70083 invoked by uid 99); 23 Mar 2007 07:31:03 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 23 Mar 2007 00:31:03 -0700 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; Fri, 23 Mar 2007 00:30:52 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id DBAF0714077 for ; Fri, 23 Mar 2007 00:30:32 -0700 (PDT) Message-ID: <14262779.1174635032896.JavaMail.jira@brutus> Date: Fri, 23 Mar 2007 00:30:32 -0700 (PDT) From: "Alex Astapchuk (JIRA)" To: commits@harmony.apache.org Subject: [jira] Updated: (HARMONY-3446) [drlvm][jit][jet] Jitrino.JET fails to compile a nested jsr In-Reply-To: <31701769.1174406912292.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-3446?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alex Astapchuk updated HARMONY-3446: ------------------------------------ Attachment: 0001-drlvm-jet-fix-for-HARMONY-3446-incorrect-cascade-JSR-processing-in-.jet.patch The fix. > [drlvm][jit][jet] Jitrino.JET fails to compile a nested jsr > ----------------------------------------------------------- > > Key: HARMONY-3446 > URL: https://issues.apache.org/jira/browse/HARMONY-3446 > Project: Harmony > Issue Type: Bug > Components: DRLVM > Environment: any > Reporter: Pavel Ozhdikhin > Priority: Minor > Attachments: 0001-drlvm-jet-fix-for-HARMONY-3446-incorrect-cascade-JSR-processing-in-.jet.patch > > > The Jitrino.JET fails to compile the test below. It hangs when built in release mode and fires the assertion when built in debug: > >win_ia32_msvc_debug\deploy\jdk\jre\bin\java.exe -Xem:jet -XX:vm.assert_dialog=false SubSub > Assertion failed: slot ... > The test: > .class public SubSub > .super java/lang/Object > .method public ()V > aload_0 > invokespecial java/lang/Object/()V > return > .end method > ; > ; Subroutine is called from the other subroutine and > ; from the top level code. > ; > .method public static main([Ljava/lang/String;)V > .limit stack 1 > .limit locals 2 > jsr LabelSub > jsr LabelSubSub > return > LabelSub: > astore 1 > jsr LabelSubSub > ret 1 > LabelSubSub: > astore 0 > ret 0 > .end method -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.