Return-Path: Delivered-To: apmail-harmony-commits-archive@www.apache.org Received: (qmail 50287 invoked from network); 26 Nov 2007 13:52:13 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 26 Nov 2007 13:52:13 -0000 Received: (qmail 5360 invoked by uid 500); 26 Nov 2007 13:52:01 -0000 Delivered-To: apmail-harmony-commits-archive@harmony.apache.org Received: (qmail 5334 invoked by uid 500); 26 Nov 2007 13:52:01 -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 5325 invoked by uid 99); 26 Nov 2007 13:52:01 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 26 Nov 2007 05:52:01 -0800 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; Mon, 26 Nov 2007 13:51:42 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id C546A71422B for ; Mon, 26 Nov 2007 05:51:44 -0800 (PST) Message-ID: <29562790.1196085104805.JavaMail.jira@brutus> Date: Mon, 26 Nov 2007 05:51:44 -0800 (PST) From: "Tim Ellison (JIRA)" To: commits@harmony.apache.org Subject: [jira] Updated: (HARMONY-4972) [drlvm][jitrino]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 ] Tim Ellison updated HARMONY-4972: --------------------------------- Priority: Major (was: Critical) Reducing the priority as per Pavel's suggestion. > [drlvm][jitrino]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 > 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.