Return-Path: Delivered-To: apmail-incubator-harmony-commits-archive@www.apache.org Received: (qmail 58656 invoked from network); 22 Jun 2006 21:57:58 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 22 Jun 2006 21:57:58 -0000 Received: (qmail 62475 invoked by uid 500); 22 Jun 2006 21:57:57 -0000 Delivered-To: apmail-incubator-harmony-commits-archive@incubator.apache.org Received: (qmail 62448 invoked by uid 500); 22 Jun 2006 21:57:57 -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 62433 invoked by uid 99); 22 Jun 2006 21:57:57 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 22 Jun 2006 14:57:57 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [209.237.227.198] (HELO brutus.apache.org) (209.237.227.198) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 22 Jun 2006 14:57:56 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 2F6C6410005 for ; Thu, 22 Jun 2006 21:56:30 +0000 (GMT) Message-ID: <8655573.1151013390170.JavaMail.jira@brutus> Date: Thu, 22 Jun 2006 21:56:30 +0000 (GMT+00:00) From: "Gregory Shimansky (JIRA)" To: harmony-commits@incubator.apache.org Subject: [jira] Updated: (HARMONY-644) [drlvm] [classlib] Improvements to get closer to run spec jvm98 In-Reply-To: <10112310.1151012909795.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 X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N [ http://issues.apache.org/jira/browse/HARMONY-644?page=all ] Gregory Shimansky updated HARMONY-644: -------------------------------------- Attachment: jvm98-tryrun.patch Patch to fix the mentioned problems. > [drlvm] [classlib] Improvements to get closer to run spec jvm98 > --------------------------------------------------------------- > > Key: HARMONY-644 > URL: http://issues.apache.org/jira/browse/HARMONY-644 > Project: Harmony > Type: Improvement > Components: VM, Classlib > Reporter: Gregory Shimansky > Attachments: jvm98-tryrun.patch > > I've tried to run spec jvm98 on drl vm with current classlib. > First of all, drlvm bootclasspath file has to be updated with new jar files. Spec jvm98 requires awt and accessibity and when verifier is fully enabled it wants auth as well. > Second, Applet class didn't pass verification because it doesn't extend java.awt.Component. Since we now have awt I've made it extend Panel as it should. > Third, org.apache.harmony.luni.util.MsgHelp required VM.bootCallerClassLoader method. I am not quire sure what this method has to return exactly, but it seems like it is bootstrap class loader. Since usually it is null, this method just returns null. > Spec still doesn't run due to a missing library. -- 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