Bryce McKinlay writes: > I suspect part of the problem is possibly broken/slow stack trace > code trying to call external programs to do a calling-classloader > check. But we don't try to call external programs in getBundle(). We just get a stack trace and call classAt() until we find a class. It might be wrong because of sibcall optimizations. Andrew.