Searched refs:calling (Results 1 – 1 of 1) sorted by relevance
64 ClassLoader calling = (caller == null) ? null : caller.getClassLoader(); in getUnsafe() local65 if ((calling != null) && (calling != Unsafe.class.getClassLoader())) { in getUnsafe()