Hi, the atached patch does two things: It replaces the native Class.forName method by a java implementation, with the fall-out from the C version being heopfully included in the right places, and it encapsulates the lookup of the class loader of the calling clas using stack inspection into its own small class, hiding away the ugly details.
Since this patch touches very sensitive parts of the class library, it would be nice if you could test it, and tell me if it breaks. Performance should be equivalent to the former version. Tested on i686 linux using jit3. cheers, dalibor topic __________________________________________________ Do You Yahoo!? Yahoo! - Official partner of 2002 FIFA World Cup http://fifaworldcup.yahoo.com
ChangeLog
Description: ChangeLog
patch.diff
Description: patch.diff
