Return-Path: Delivered-To: apmail-harmony-commits-archive@www.apache.org Received: (qmail 53151 invoked from network); 26 Apr 2007 10:45:36 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 26 Apr 2007 10:45:36 -0000 Received: (qmail 18051 invoked by uid 500); 26 Apr 2007 10:45:43 -0000 Delivered-To: apmail-harmony-commits-archive@harmony.apache.org Received: (qmail 17950 invoked by uid 500); 26 Apr 2007 10:45:43 -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 17941 invoked by uid 99); 26 Apr 2007 10:45:43 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 26 Apr 2007 03:45:42 -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; Thu, 26 Apr 2007 03:45:35 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 8C547714079 for ; Thu, 26 Apr 2007 03:45:15 -0700 (PDT) Message-ID: <33028038.1177584315572.JavaMail.jira@brutus> Date: Thu, 26 Apr 2007 03:45:15 -0700 (PDT) From: "Ivan Zvolsky (JIRA)" To: commits@harmony.apache.org Subject: [jira] Closed: (HARMONY-3747) [drlvm][verifier] java.lang.VerifyError: Data flow analysis error for some synthetic test In-Reply-To: <24502849.1177475355429.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-3747?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ivan Zvolsky closed HARMONY-3747. --------------------------------- Resolution: Fixed It seems to be fixed together with HARMONY-3725 > [drlvm][verifier] java.lang.VerifyError: Data flow analysis error for some synthetic test > ----------------------------------------------------------------------------------------- > > Key: HARMONY-3747 > URL: https://issues.apache.org/jira/browse/HARMONY-3747 > Project: Harmony > Issue Type: Bug > Components: DRLVM > Environment: windows/ia32, linux/ia32 > Reporter: Ivan Zvolsky > Attachments: Stub.class, Stub.java, Test.java > > > The attached test (Test.java) attempts to load a class Stub (attached also). If the Stub.java was compiled using some particular compiler (I used one from JRockit 1.4.2_04), the verifier fails with: > java.lang.VerifyError: (class: Stub, method: foo()V) Data flow analysis error > at java.lang.ClassLoader.defineClass0(ClassLoader.java) > I attached also binary version of Stub class compiled by javac from JRockit 1.4.2_04 > I've checked that this is reproduceable at least on the following builds: > svn = r531681, (Apr 24 2007), Windows/ia32/msvc 1310, debug build > svn = r531681, (Apr 24 2007), Windows/ia32/msvc 1310, release build > svn = r531681, (Apr 24 2007), Linux/ia32/gcc 3.3.3, debug build > svn = r531681, (Apr 24 2007), Linux/ia32/gcc 3.3.3, release build -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.