Return-Path: Delivered-To: apmail-harmony-commits-archive@www.apache.org Received: (qmail 277 invoked from network); 14 Dec 2006 15:37:45 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 14 Dec 2006 15:37:45 -0000 Received: (qmail 59785 invoked by uid 500); 14 Dec 2006 15:37:52 -0000 Delivered-To: apmail-harmony-commits-archive@harmony.apache.org Received: (qmail 59683 invoked by uid 500); 14 Dec 2006 15:37:52 -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 59674 invoked by uid 99); 14 Dec 2006 15:37:52 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 14 Dec 2006 07:37:52 -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; Thu, 14 Dec 2006 07:37:44 -0800 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id B29A771413F for ; Thu, 14 Dec 2006 07:37:23 -0800 (PST) Message-ID: <21340555.1166110643729.JavaMail.jira@brutus> Date: Thu, 14 Dec 2006 07:37:23 -0800 (PST) From: "Mikhail Markov (JIRA)" To: commits@harmony.apache.org Subject: [jira] Commented: (HARMONY-428) [classlib] [ibm vme] java.lang.reflect.Proxy.newProxyInstance(ClassLoader,Class[], InvocationHandler) throws unspesified java.lang.ClassFormatError 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-428?page=comments#action_12458513 ] Mikhail Markov commented on HARMONY-428: ---------------------------------------- Not sure, but it looks like similar problem with HARMONY-875 (also ClassFormatError) > [classlib] [ibm vme] java.lang.reflect.Proxy.newProxyInstance(ClassLoader,Class[], InvocationHandler) throws unspesified java.lang.ClassFormatError > --------------------------------------------------------------------------------------------------------------------------------------------------- > > Key: HARMONY-428 > URL: http://issues.apache.org/jira/browse/HARMONY-428 > Project: Harmony > Issue Type: Bug > Components: Classlib > Reporter: Svetlana Samoilenko > Assigned To: Tim Ellison > Priority: Minor > Attachments: ProxyTest.java > > > The test shows that Proxy.newProxyInstance(ClassLoader loader,Class[] interfaces, InvocationHandler h) throws unspesified java.lang.ClassFormatError while on BEA 1.5 it passes. Error is in the native method defineClassImpl. > > Output on BEA 1.5: > . > Time: 0,109 > OK (1 test) > > Output on Harmony: > .E > There was 1 error: > 1) test_newProxyInstance_ClassLoader_Class_InvocationHandler(ProxyTest)java.lang.ClassFormatError: (/$Proxy0) class name is invalid at offset=0 > at java.lang.reflect.Proxy.defineClassImpl(Native Method) > at java.lang.reflect.Proxy.getProxyClass(Proxy.java:112) > at java.lang.reflect.Proxy.newProxyInstance(Proxy.java:150) > at ProxyTest.test_newProxyInstance_ClassLoader_Class_InvocationHandler(ProxyTest.java:9) > at java.lang.reflect.AccessibleObject.invokeV(AccessibleObject.java:205) > FAILURES!!! > Tests run: 1, Failures: 0, Errors: 1 -- 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