Return-Path: Delivered-To: apmail-harmony-commits-archive@www.apache.org Received: (qmail 34425 invoked from network); 20 Dec 2006 14:25:45 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 20 Dec 2006 14:25:45 -0000 Received: (qmail 88771 invoked by uid 500); 20 Dec 2006 14:25:53 -0000 Delivered-To: apmail-harmony-commits-archive@harmony.apache.org Received: (qmail 88672 invoked by uid 500); 20 Dec 2006 14:25:53 -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 88662 invoked by uid 99); 20 Dec 2006 14:25:53 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 20 Dec 2006 06:25:53 -0800 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; Wed, 20 Dec 2006 06:25:45 -0800 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id C7907714295 for ; Wed, 20 Dec 2006 06:25:23 -0800 (PST) Message-ID: <29005079.1166624723814.JavaMail.jira@brutus> Date: Wed, 20 Dec 2006 06:25:23 -0800 (PST) From: "Evgueni Brevnov (JIRA)" To: commits@harmony.apache.org Subject: [jira] Commented: (HARMONY-2504) [drlvm] If method throws exception after monitorenter, JIT does not release the lock. In-Reply-To: <136063.1165421482474.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 [ http://issues.apache.org/jira/browse/HARMONY-2504?page=comments#action_12459942 ] Evgueni Brevnov commented on HARMONY-2504: ------------------------------------------ I looked into the attached archive but it seems to be incomplete :-( where is Test2.java? Evgueni > [drlvm] If method throws exception after monitorenter, JIT does not release the lock. > ------------------------------------------------------------------------------------- > > Key: HARMONY-2504 > URL: http://issues.apache.org/jira/browse/HARMONY-2504 > Project: Harmony > Issue Type: Bug > Components: DRLVM > Environment: Intel x86 IA32, WinXP > Reporter: Alexander D Shipilov > Attachments: Harmony-2504test.zip > > > Thread makes monitorenter, and throws exception (NPE) to the output. > java.lang.IllegalMonitorStateException expected to appear at the output > (because, according to the specification, the last exception should appear). > Then other thread tries to get a lock. > DRLVM hangs up. It's throws NPE instead of IllegalMonitorStateException and does not release the > lock. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira