Return-Path: Delivered-To: apmail-harmony-commits-archive@www.apache.org Received: (qmail 28541 invoked from network); 23 Mar 2007 07:38:47 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 23 Mar 2007 07:38:47 -0000 Received: (qmail 78690 invoked by uid 500); 23 Mar 2007 07:38:54 -0000 Delivered-To: apmail-harmony-commits-archive@harmony.apache.org Received: (qmail 78661 invoked by uid 500); 23 Mar 2007 07:38:54 -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 78652 invoked by uid 99); 23 Mar 2007 07:38:54 -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:38:54 -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:38:45 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 86E8C714057 for ; Fri, 23 Mar 2007 00:37:32 -0700 (PDT) Message-ID: <11860804.1174635452549.JavaMail.jira@brutus> Date: Fri, 23 Mar 2007 00:37:32 -0700 (PDT) From: "Alex Astapchuk (JIRA)" To: commits@harmony.apache.org Subject: [jira] Commented: (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:comment-tabpanel#action_12483441 ] Alex Astapchuk commented on HARMONY-3446: ----------------------------------------- ... 'build test' passed, on linux/ia32 > [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.