Return-Path: Delivered-To: apmail-harmony-commits-archive@www.apache.org Received: (qmail 41363 invoked from network); 9 Apr 2008 11:48:13 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 9 Apr 2008 11:48:13 -0000 Received: (qmail 79936 invoked by uid 500); 9 Apr 2008 11:48:13 -0000 Delivered-To: apmail-harmony-commits-archive@harmony.apache.org Received: (qmail 79838 invoked by uid 500); 9 Apr 2008 11:48:13 -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 79783 invoked by uid 99); 9 Apr 2008 11:48:13 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 09 Apr 2008 04:48:13 -0700 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 09 Apr 2008 11:47:29 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 63C6F234C0C7 for ; Wed, 9 Apr 2008 04:45:24 -0700 (PDT) Message-ID: <782510866.1207741524407.JavaMail.jira@brutus> Date: Wed, 9 Apr 2008 04:45:24 -0700 (PDT) From: "Mikhail Fursov (JIRA)" To: commits@harmony.apache.org Subject: [jira] Updated: (HARMONY-4972) [drlvm][jit]unbalanced monenter/monexit pair in HIR In-Reply-To: <32679604.1192776830562.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-4972?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mikhail Fursov updated HARMONY-4972: ------------------------------------ Priority: Minor (was: Major) Estimated Complexity: Moderate (was: Unknown) > [drlvm][jit]unbalanced monenter/monexit pair in HIR > ---------------------------------------------------- > > Key: HARMONY-4972 > URL: https://issues.apache.org/jira/browse/HARMONY-4972 > Project: Harmony > Issue Type: Task > Components: DRLVM > Environment: compiled by JDK5.0 > Reporter: Chengrong Shi > Assignee: Mikhail Fursov > Priority: Minor > Attachments: test.rar > > > I found a puzzling case of the HIR. The attachment is the picture of the HIR. In this pictrue, the control flows along the 2 in-edges of Node 98(the node whose id is 98) seem to have different lock state.The control flow from the left in-edge is unlocked at the end of Node 102, but the control flow from the right in-edge is not unlocked. Because if exception has been thrown then the last monexit of Node 102 will not been executed. > Is this case legal? Or I missed something else? -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.