They are part of the Classpath library. Look in native/lib/jcl (I'm pretty
sure that's the dir, I don't have CVS handy). Those particular definitions
should be VM independent, relying only on JNI and possibly JVMDI.
--John
John Leuner wrote:
> I started browsing through native/java.lang.reflect/ to see what I could
> use instead of writing all that code myself.
>
> I see that there are many calls with the JCL prefix. It looks like these
> are VM specific calls, (unless they're part of classpath). Is this a
> standard interface, is it likely to change?
>
> Should I replace these calls with calls relevant to my VM or should I try
> 'bridge' them?
>
> John Leuner