Return-Path: Delivered-To: apmail-harmony-commits-archive@www.apache.org Received: (qmail 74405 invoked from network); 19 Sep 2007 13:17:04 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 19 Sep 2007 13:17:04 -0000 Received: (qmail 94011 invoked by uid 500); 19 Sep 2007 13:16:56 -0000 Delivered-To: apmail-harmony-commits-archive@harmony.apache.org Received: (qmail 93921 invoked by uid 500); 19 Sep 2007 13:16:56 -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 93912 invoked by uid 99); 19 Sep 2007 13:16:56 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 19 Sep 2007 06:16:56 -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; Wed, 19 Sep 2007 13:17:03 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 8434B71418F for ; Wed, 19 Sep 2007 06:16:43 -0700 (PDT) Message-ID: <7730488.1190207803532.JavaMail.jira@brutus> Date: Wed, 19 Sep 2007 06:16:43 -0700 (PDT) From: "Mikhail Fursov (JIRA)" To: commits@harmony.apache.org Subject: [jira] Commented: (HARMONY-3098) [drlvm][jit] Jitrino fails to compile interlaced subroutines In-Reply-To: <6288294.1170241214908.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-3098?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12528757 ] Mikhail Fursov commented on HARMONY-3098: ----------------------------------------- Committed revision for combined.diff : 577298 > [drlvm][jit] Jitrino fails to compile interlaced subroutines > ------------------------------------------------------------ > > Key: HARMONY-3098 > URL: https://issues.apache.org/jira/browse/HARMONY-3098 > Project: Harmony > Issue Type: Bug > Components: DRLVM > Environment: Windows ia32 > Reporter: Alexei Fedotov > Assignee: Mikhail Fursov > Attachments: combined.diff, HARMONY-3098-JET-quickfix.patch, HARMONY-3098-JET-quickfix.patch, HARMONY-3098-OPT.patch, JsrNoRet.class, JsrNoRet.j, JsrNoRet2.class, JsrNoRet2.j > > > JET fails to compile a subroutine. I have attached the test I used to reproduce the problem and an attempt to localize it (in jasmin). > jitrino.dll!Jitrino::Jet::JFrame::operator=() Line 84 + 0x3 C++ > jitrino.dll!Jitrino::Jet::BBState::operator=() + 0x10 C++ > jitrino.dll!Jitrino::Jet::Compiler::comp_gen_insts(unsigned int pc=3, unsigned int parentPC=7, unsigned int jsr_lead=4294967295) Line 881 + 0x8 C++ > jitrino.dll!Jitrino::Jet::Compiler::comp_gen_code_bb(unsigned int pc=3) Line 819 + 0xe C++ > jitrino.dll!Jitrino::Jet::Compiler::compile(void * ch=0x0013f42c, Method * method=0x02bc7a00, const OpenMethodExecutionParams & params={...}) Line 394 C++ > jitrino.dll!Jitrino::Jet::compile_with_params(void * jit_handle=0x011e7ac0, void * ch=0x0013f42c, Method * method=0x02bc7a00, OpenMethodExecutionParams params={...}) Line 523 + 0x2c C++ > [...] -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.