On 14 July 2006 at 4:04, "Andrey Chernyshev (JIRA)" <[EMAIL PROTECTED]> wrote:
>     [ http://issues.apache.org/jira/browse/HARMONY-857?page=comments#action_1
> 2421079 ] 
>             
> Andrey Chernyshev commented on HARMONY-857:
> -------------------------------------------
> 
> Thanks Mark! I'm looking into the libhythr.so issue.

I suspect this has something to do with the different library that 
shares the same name as the classlib libhythr.so.  I really think
that if it is different it should just have a different name.

-Mark.

> > Quick impl for invocation API - make drlvm work with classlib launcher
> > ----------------------------------------------------------------------
> >
> >                 Key: HARMONY-857
> >                 URL: http://issues.apache.org/jira/browse/HARMONY-857
> >             Project: Harmony
> >          Issue Type: Improvement
> >          Components: VM
> >            Reporter: Andrey Chernyshev
> >         Assigned To: Mark Hindess
> >         Attachments: launcher-patch.patch
> >
> >
> > Here will be the patch that makes drlvm working under classlib's launcher. 
> > A brief description of what was done:
> > (1) I have added JNI_CreateJavaVM declaration to jni.h (guess it will be th
> e most appropriate place for it);
> > (2) Added a simple implementations for JNI_CreateJavaVM and DestroyJavaVM b
> ased on the existing create_vm and detroy_vm functions in the vmcore/init sub
> module.
> > (3) To make vmcore/init functions visible for vmcore/jni code, I have moved
>  vmcore/init/init.h to vmcore/include;
> > (4) In parse_arguments.cpp, I had to silently ignore the option "_org.apach
> e.harmony.vmi.portlib" which is passed by the launcher to VM for some reason,
>  causing the DRLVM to complain about "unknown option".  
> > Please do not apply unless it is discussed on the mailing list, there likel
> y to be other versions of this.
> 
> -- 
> 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
> 
>         



---------------------------------------------------------------------
Terms of use : http://incubator.apache.org/harmony/mailing.html
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to