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

Reply via email to