Hi,
>> 1. no Implmentation of getPrimitiveClass in java.lang.Class
>
> Hm. Can't seem to find this call in my docs, though it exists in
>Sun's library. You pass it a string and it returns you a Class? What's
>different than other functions that do the same thing? (If you've gone
>over this before, my apologies; just tell me to look through my old mail.)
getPrimitiveClass is used for generating a Class for Primitive Type. e.g.
int, long, double.
Since int is not a Object in Java. But it is needed.
well, it is not implemented by Sun Class. It is implemented by JVM.
right now, I created a a simple java_object and return this object to
Integer/Long/etc.
It can run w/o any problem. But if a program get a class from this method,
it will cause
problem. Since it got no informiation about Primitive Type.
>> 2. arraycopy is not implmentation.
>
> It's in CVS now, though it's known to be broken in two cases (see
>the source code) and untested. Enjoy!
well, let me test. :p
>> 3. iinc sign extension problem.
>
> Feel free to correct this one yourself & u/l the change.
I got no cvs access. hm........I think I would like to put change on the web
page
and let all developers have a look be4 made any change to cvs server.
One More things, lushr is not implemented in JJOS. If we don't implemented
this instruction, Long Object can't not be created.
Regards,
Hilary
_______________________________________________
Kernel maillist - [EMAIL PROTECTED]
http://jos.org/mailman/listinfo/kernel