Return-Path: Delivered-To: apmail-harmony-commits-archive@www.apache.org Received: (qmail 15541 invoked from network); 28 Dec 2007 13:30:06 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 28 Dec 2007 13:30:06 -0000 Received: (qmail 53442 invoked by uid 500); 28 Dec 2007 13:29:55 -0000 Delivered-To: apmail-harmony-commits-archive@harmony.apache.org Received: (qmail 53420 invoked by uid 500); 28 Dec 2007 13:29:55 -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 53411 invoked by uid 99); 28 Dec 2007 13:29:55 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 28 Dec 2007 05:29:55 -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; Fri, 28 Dec 2007 13:29:51 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 6826A71420A for ; Fri, 28 Dec 2007 05:29:43 -0800 (PST) Message-ID: <28320732.1198848583424.JavaMail.jira@brutus> Date: Fri, 28 Dec 2007 05:29:43 -0800 (PST) From: "Gregory Shimansky (JIRA)" To: commits@harmony.apache.org Subject: [jira] Closed: (HARMONY-4219) [drlvm][verifier] reaching ret without jsr edges check is improved In-Reply-To: <2546121.1182177565984.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-4219?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gregory Shimansky closed HARMONY-4219. -------------------------------------- Verified by Vera. > [drlvm][verifier] reaching ret without jsr edges check is improved > ------------------------------------------------------------------ > > Key: HARMONY-4219 > URL: https://issues.apache.org/jira/browse/HARMONY-4219 > Project: Harmony > Issue Type: Bug > Components: DRLVM > Reporter: Alexei Fedotov > Assignee: Gregory Shimansky > Attachments: follow_jsr.patch, test.patch > > > The following test case fires an assertion while marking subroutines. Conditionals are slightly improved to detect the case earlier and report error gracefully. Another defensive assertion is added in place of this one. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.