Return-Path: Delivered-To: apmail-harmony-commits-archive@www.apache.org Received: (qmail 93198 invoked from network); 3 Jul 2007 08:56:25 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 3 Jul 2007 08:56:25 -0000 Received: (qmail 14310 invoked by uid 500); 3 Jul 2007 08:56:28 -0000 Delivered-To: apmail-harmony-commits-archive@harmony.apache.org Received: (qmail 14292 invoked by uid 500); 3 Jul 2007 08:56:28 -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 14282 invoked by uid 99); 3 Jul 2007 08:56:28 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 03 Jul 2007 01:56:28 -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; Tue, 03 Jul 2007 01:56:24 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id B30554297CC for ; Tue, 3 Jul 2007 01:56:04 -0700 (PDT) Message-ID: <3350484.1183452964730.JavaMail.jira@brutus> Date: Tue, 3 Jul 2007 01:56:04 -0700 (PDT) From: "Mikhail Fursov (JIRA)" To: commits@harmony.apache.org Subject: [jira] Created: (HARMONY-4318) [drlvm][jit] Empty blocks in LIR cause generation of incorrect branch instructions MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [drlvm][jit] Empty blocks in LIR cause generation of incorrect branch instructions ---------------------------------------------------------------------------------- Key: HARMONY-4318 URL: https://issues.apache.org/jira/browse/HARMONY-4318 Project: Harmony Issue Type: Bug Components: DRLVM Reporter: Mikhail Fursov The problem is if Jitrino.OPT's LIR contains empty block Ia32CodeEmmiter does not assign physical address for a block and all branches that have this block as the target will point to invalid addresses. HARMONY-3285 regression test fails intermittently due to this bug -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.