Return-Path: Delivered-To: apmail-harmony-commits-archive@www.apache.org Received: (qmail 22625 invoked from network); 21 Feb 2007 18:14:26 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 21 Feb 2007 18:14:26 -0000 Received: (qmail 21644 invoked by uid 500); 21 Feb 2007 18:14:34 -0000 Delivered-To: apmail-harmony-commits-archive@harmony.apache.org Received: (qmail 21624 invoked by uid 500); 21 Feb 2007 18:14:34 -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 21615 invoked by uid 99); 21 Feb 2007 18:14:34 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 21 Feb 2007 10:14:34 -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, 21 Feb 2007 10:14:26 -0800 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id B89427141A3 for ; Wed, 21 Feb 2007 10:14:05 -0800 (PST) Message-ID: <33158754.1172081645753.JavaMail.jira@brutus> Date: Wed, 21 Feb 2007 10:14:05 -0800 (PST) From: "Mikhail Markov (JIRA)" To: commits@harmony.apache.org Subject: [jira] Commented: (HARMONY-992) [drlvm] I compile the java application with drlvm, and i encounter a werid issue.. 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-992?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12474784 ] Mikhail Markov commented on HARMONY-992: ---------------------------------------- I've tried to run this office on JRockit 1.5 and got the following stack trace: java.lang.ClassFormatError: emo/system/ControlSystem : illegal LocalVariableTypeTable no matching LVT entry for: appVector at java.lang.ClassLoader.defineClass(Ljava.lang.String;[BIILjava.security.ProtectionDomain;)Ljava.lang.Class;(Unknown Source) at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:124) at java.net.URLClassLoader.defineClass(URLClassLoader.java:260) at java.net.URLClassLoader.access$100(URLClassLoader.java:56) at java.net.URLClassLoader$1.run(URLClassLoader.java:195) at java.net.URLClassLoader.findClass(URLClassLoader.java:188) at java.lang.ClassLoader.loadClass(Ljava.lang.String;Z)Ljava.lang.Class;(Unknown Source) at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:268) at java.lang.ClassLoader.loadClass(Ljava.lang.String;)Ljava.lang.Class;(Unknown Source) at java.lang.ClassLoader.loadClassFromNative(Ljava.lang.String;)Ljava.lang.Class;(Unknown Source) Is there any chance for bug author to provide a smaller test case? Otherwise if nobody is interesting in this bug then perhaps it makes sens to just close it as 'Incomplete'... > [drlvm] I compile the java application with drlvm, and i encounter a werid issue.. > ---------------------------------------------------------------------------------- > > Key: HARMONY-992 > URL: https://issues.apache.org/jira/browse/HARMONY-992 > Project: Harmony > Issue Type: Bug > Components: DRLVM > Environment: fc5, gcc3.4.6 > Reporter: zouqiong > Attachments: target1, target2, target3 > > > I can run the java application with jdk1.5, however when i use the drlvm, it goes running, with nothing come out. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.