On 7/10/06, Ivan Volosyuk <[EMAIL PROTECTED]> wrote:
Classlib, of cause :)

On 7/10/06, Ivan Volosyuk <[EMAIL PROTECTED]> wrote:
> Invocation API is missing in DRLVM. It should be implemented.

Yes, it seems like the launcher will need at least JNI_CreateJavaVM
and DestroyJavaVM functions.

I couldn't find implementation for CreateJavaVM in drlvm codebase.
Perhaps create_vm() function in vm\vmcore\src\init\vm_main.cpp can be
adopted for that purpose?
Is there are any tricks and caveats one should be aware of before
trying to produce CreateJavaVM from it?

I've also seen a prototype for DestroyJavaVM in
vm\vmcore\src\init\vm.cpp - comment says it needs to be improved to
wait till all Java threads are completed.

Any more ideas what needs to be done to implement those?

Thanks,
Andrey.


> Launcher should be updated:
>  >>  char defaultDllName[] = "clearvm";
>
> p.s. Invocation api is really good todo item. I'm looking forward to
> see browser plugin using DRLVM with classpath.
> --
> Ivan
>
> On 7/10/06, Geir Magnusson Jr. <[EMAIL PROTECTED]> wrote:
> > What is required to get the DRLVM use the Harmony launcher ?
> >
> > geir
>
> --
> Ivan
> Intel Middleware Products Division
>


--
Ivan
Intel Middleware Products Division

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




--
Andrey Chernyshev
Intel Middleware Products Division

---------------------------------------------------------------------
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