Tom Tromey writes: > >>>>> "Andrew" == Andrew Haley <aph@xxxxxxxxxx> writes: > > Andrew> It would be nice if verbose:class indicated that it had tried to load > Andrew> a class from a .so and failed. > > At the point where this is printed, it would be really hard to > determine this. Well, we always throw if we fail to load a .so. So all we have to do when -verbose: is turned on is print (" failed + " the Throwable) Andrew.