You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Mark Hindess (JIRA)" <ji...@apache.org> on 2006/06/27 07:25:30 UTC

[jira] Resolved: (HARMONY-644) [drlvm] [classlib] Improvements to get closer to run spec jvm98

     [ http://issues.apache.org/jira/browse/HARMONY-644?page=all ]
     
Mark Hindess resolved HARMONY-644:
----------------------------------

    Resolution: Fixed

Thanks for the patch.  Fixed in r417343 (classlib) and r417344 (drlvm) - I don't have all of https://svn.apache.org/repos/asf/incubator/harmony/enhanced checked out! ;-)

I didn't apply the bootclasspath.properties change since that's been overtaken by another change already in svn.  Please check it is applied as expected.


> [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
>     Assignee: Mark Hindess
>  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