Return-Path: Delivered-To: apmail-harmony-commits-archive@www.apache.org Received: (qmail 72994 invoked from network); 18 Nov 2008 15:54:05 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 18 Nov 2008 15:54:05 -0000 Received: (qmail 68681 invoked by uid 500); 18 Nov 2008 15:54:13 -0000 Delivered-To: apmail-harmony-commits-archive@harmony.apache.org Received: (qmail 68587 invoked by uid 500); 18 Nov 2008 15:54: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 68578 invoked by uid 99); 18 Nov 2008 15:54:12 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 18 Nov 2008 07:54:12 -0800 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; Tue, 18 Nov 2008 15:52:59 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 4FA7D234C287 for ; Tue, 18 Nov 2008 07:53:44 -0800 (PST) Message-ID: <1833414328.1227023624325.JavaMail.jira@brutus> Date: Tue, 18 Nov 2008 07:53:44 -0800 (PST) From: "Tim Ellison (JIRA)" To: commits@harmony.apache.org Subject: [jira] Updated: (HARMONY-6020) [DRLVM] Cyclical class dependency causes a failure not seen in RI In-Reply-To: <760143642.1226890124187.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-6020?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tim Ellison updated HARMONY-6020: --------------------------------- Component/s: DRLVM Summary: [DRLVM] Cyclical class dependency causes a failure not seen in RI (was: Cyclical class dependency causes a failure not seen in RI) Redirecting to the DRLVM since this works with Harmony class libraries and the IBM VME Stack dump on DRLVM is C:\temp>\harmony-jdk-713673\jre\bin\java -showversion -jar cycle.jar Apache Harmony Launcher : (c) Copyright 1991, 2008 The Apache Software Foundation or its licensors, as applicable. java version "1.5.0" pre-alpha : not complete or compatible svn = r713673, (Nov 13 2008), Windows/ia32/msvc 1310, release build http://harmony.apache.org Uncaught exception in main: java.lang.reflect.InvocationTargetException at java.lang.reflect.VMReflection.invokeMethod(VMReflection.java) at java.lang.reflect.Method.invoke(Method.java:317) at org.apache.harmony.vm.JarRunner.main(JarRunner.java:89) Caused by: java.lang.ExceptionInInitializerError at cycle.Parent.(Parent.java:5) at cycle.Main.main(Main.java:6) at java.lang.reflect.VMReflection.invokeMethod(VMReflection.java) ... 2 more Caused by: java.lang.NullPointerException at cycle.Parent.getCachedChild(Parent.java:8) at cycle.Parent.createChild(Parent.java:19) at cycle.Child.(Child.java:4) at cycle.Parent.(Parent.java:5) ... 4 more > [DRLVM] Cyclical class dependency causes a failure not seen in RI > ----------------------------------------------------------------- > > Key: HARMONY-6020 > URL: https://issues.apache.org/jira/browse/HARMONY-6020 > Project: Harmony > Issue Type: Bug > Components: DRLVM > Affects Versions: 5.0M8 > Environment: Win Vista 32-bit > Reporter: Nathan Beyer > Attachments: cycle-project.zip > > > If two classes have a cyclical dependency, some unexpected results may occur, which are not seen on RI (Sun 6u10). -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.