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
- Re: native code for java.lang.reflect (fwd) John Leuner
- Re: native code for java.lang.reflect (fwd) John Keiser
- Re: native code for java.lang.reflect (fwd) Brian Jones
- Re: native code for java.lang.reflect (fwd) John Leuner

