In Class java.lang.VMSys tem there are native methods ,can any body tell me where can I get source code for these native methods?
Thanks in advance.
The class VMSystem isn't even part of the published API so it must be considered
not to exist (it doesn't in my Sun Java 1.6). It is the sole responsibility of the vendor
of your JVM to maintain that class and to make it work properly.
The class VMSystem isn't even part of the published API so it must be considered
not to exist (it doesn't in my Sun Java 1.6). It is the sole responsibility of the vendor
of your JVM to maintain that class and to make it work properly.
kind regards,
Jos
Thanks Jos,
If any body is interested to dig in this direction
I m giving here url may b it will help you.
Well, I'm sorry but it doesn't help me because I don't use the 'jamvm' and as I
wrote: that class isn't part of the public API so I can't do anything with it. What
do you want to do with it?
Comment