HomeSort by relevance Sort by last modified time
    Searched full:callerloader (Results 1 - 1 of 1) sorted by null

  /external/emma/core/java12/com/vladium/util/
ClassLoaderResolver.java 157 final ClassLoader callerLoader = caller.getClassLoader ();
159 // if 'callerLoader' and 'contextLoader' are in a parent-child
162 // SF BUG 975080: change the sibling case to use 'callerLoader'
165 if (isChild (callerLoader, contextLoader))
168 result = callerLoader;

Completed in 42 milliseconds