Stuart Ballard wrote:
Seems like we could remove VMClass.getClassLoader altogether then since it's public and static in VMStackWalker?
Yes, I suppose so... > On the other hand,
should it be public in VMStackWalker? Is that ok from a security standpoint?
Yes.. all the other methods in there are too. VMStackWalker can only be used by classes loaded via the boot loader (see comment at the top). -Archie __________________________________________________________________________ Archie Cobbs * CTO, Awarix * http://www.awarix.com _______________________________________________ Classpath mailing list [email protected] http://lists.gnu.org/mailman/listinfo/classpath

