Return-Path: Delivered-To: apmail-incubator-harmony-commits-archive@www.apache.org Received: (qmail 49562 invoked from network); 3 Nov 2006 10:26:59 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 3 Nov 2006 10:26:59 -0000 Received: (qmail 58018 invoked by uid 500); 3 Nov 2006 10:27:10 -0000 Delivered-To: apmail-incubator-harmony-commits-archive@incubator.apache.org Received: (qmail 57916 invoked by uid 500); 3 Nov 2006 10:27:09 -0000 Mailing-List: contact harmony-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: harmony-dev@incubator.apache.org Delivered-To: mailing list harmony-commits@incubator.apache.org Received: (qmail 57905 invoked by uid 99); 3 Nov 2006 10:27:09 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 03 Nov 2006 02:27:09 -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; Fri, 03 Nov 2006 02:26:57 -0800 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 9DE2A7142F9 for ; Fri, 3 Nov 2006 02:26:17 -0800 (PST) Message-ID: <14968670.1162549577644.JavaMail.root@brutus> Date: Fri, 3 Nov 2006 02:26:17 -0800 (PST) From: "Alexey Varlamov (JIRA)" To: harmony-commits@incubator.apache.org Subject: [jira] Commented: (HARMONY-1624) [drlvm] compatibility issue with loading array classes In-Reply-To: <28037535.1159436631582.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 [ http://issues.apache.org/jira/browse/HARMONY-1624?page=comments#action_12446901 ] Alexey Varlamov commented on HARMONY-1624: ------------------------------------------ Hmm, I found the following direction in description of ClassLoader: "Class objects for array classes are not created by class loaders, but are created automatically as required by the Java runtime. The class loader for an array class, as returned by Class.getClassLoader() is the same as the class loader for its element type; if the element type is a primitive type, then the array class has no class loader. " It seems to contradict RI behavior... > [drlvm] compatibility issue with loading array classes > ------------------------------------------------------ > > Key: HARMONY-1624 > URL: http://issues.apache.org/jira/browse/HARMONY-1624 > Project: Harmony > Issue Type: Bug > Components: DRLVM > Reporter: Alexey Varlamov > Priority: Trivial > > ClassLoader.loadClass("[Ljava.lang.String;") fails on DRLVM but passes on RI. > In fact there is a hole in specification, see [1]. > [1] http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6249970 -- 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